WebhookRequest$json top-level constant
Implementation
@$core.Deprecated('Use webhookRequestDescriptor instead')
const WebhookRequest$json = const {
'1': 'WebhookRequest',
'2': const [
const {
'1': 'detect_intent_response_id',
'3': 1,
'4': 1,
'5': 9,
'10': 'detectIntentResponseId'
},
const {
'1': 'fulfillment_info',
'3': 6,
'4': 1,
'5': 11,
'6': '.google.cloud.dialogflow.cx.v3.WebhookRequest.FulfillmentInfo',
'10': 'fulfillmentInfo'
},
const {
'1': 'intent_info',
'3': 3,
'4': 1,
'5': 11,
'6': '.google.cloud.dialogflow.cx.v3.WebhookRequest.IntentInfo',
'10': 'intentInfo'
},
const {
'1': 'page_info',
'3': 4,
'4': 1,
'5': 11,
'6': '.google.cloud.dialogflow.cx.v3.PageInfo',
'10': 'pageInfo'
},
const {
'1': 'session_info',
'3': 5,
'4': 1,
'5': 11,
'6': '.google.cloud.dialogflow.cx.v3.SessionInfo',
'10': 'sessionInfo'
},
const {
'1': 'messages',
'3': 7,
'4': 3,
'5': 11,
'6': '.google.cloud.dialogflow.cx.v3.ResponseMessage',
'10': 'messages'
},
const {
'1': 'payload',
'3': 8,
'4': 1,
'5': 11,
'6': '.google.protobuf.Struct',
'10': 'payload'
},
const {
'1': 'sentiment_analysis_result',
'3': 9,
'4': 1,
'5': 11,
'6':
'.google.cloud.dialogflow.cx.v3.WebhookRequest.SentimentAnalysisResult',
'10': 'sentimentAnalysisResult'
},
],
'3': const [
WebhookRequest_FulfillmentInfo$json,
WebhookRequest_IntentInfo$json,
WebhookRequest_SentimentAnalysisResult$json
],
};