ConversationEvent$json top-level constant
Implementation
@$core.Deprecated('Use conversationEventDescriptor instead')
const ConversationEvent$json = const {
'1': 'ConversationEvent',
'2': const [
const {'1': 'conversation', '3': 1, '4': 1, '5': 9, '10': 'conversation'},
const {
'1': 'type',
'3': 2,
'4': 1,
'5': 14,
'6': '.google.cloud.dialogflow.v2beta1.ConversationEvent.Type',
'10': 'type'
},
const {
'1': 'error_status',
'3': 3,
'4': 1,
'5': 11,
'6': '.google.rpc.Status',
'10': 'errorStatus'
},
const {
'1': 'new_message_payload',
'3': 4,
'4': 1,
'5': 11,
'6': '.google.cloud.dialogflow.v2beta1.Message',
'9': 0,
'10': 'newMessagePayload'
},
],
'4': const [ConversationEvent_Type$json],
'8': const [
const {'1': 'payload'},
],
};