Form_Parameter_FillBehavior$json top-level constant

  1. @Deprecated('Use formDescriptor instead')
Map<String, Object> const Form_Parameter_FillBehavior$json

Implementation

@$core.Deprecated('Use formDescriptor instead')
const Form_Parameter_FillBehavior$json = const {
  '1': 'FillBehavior',
  '2': const [
    const {
      '1': 'initial_prompt_fulfillment',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.google.cloud.dialogflow.cx.v3.Fulfillment',
      '8': const {},
      '10': 'initialPromptFulfillment'
    },
    const {
      '1': 'reprompt_event_handlers',
      '3': 5,
      '4': 3,
      '5': 11,
      '6': '.google.cloud.dialogflow.cx.v3.EventHandler',
      '10': 'repromptEventHandlers'
    },
  ],
};