CreateConversationRequest$json top-level constant
Implementation
@$core.Deprecated('Use createConversationRequestDescriptor instead')
const CreateConversationRequest$json = const {
'1': 'CreateConversationRequest',
'2': const [
const {
'1': 'parent',
'3': 1,
'4': 1,
'5': 9,
'8': const {},
'10': 'parent'
},
const {
'1': 'conversation',
'3': 2,
'4': 1,
'5': 11,
'6': '.google.cloud.dialogflow.v2.Conversation',
'8': const {},
'10': 'conversation'
},
const {
'1': 'conversation_id',
'3': 3,
'4': 1,
'5': 9,
'8': const {},
'10': 'conversationId'
},
],
};