UpdateConversationProfileRequest$json top-level constant
- @Deprecated('Use updateConversationProfileRequestDescriptor instead')
Map<String, Object>
const
UpdateConversationProfileRequest$json
Implementation
@$core.Deprecated('Use updateConversationProfileRequestDescriptor instead')
const UpdateConversationProfileRequest$json = const {
'1': 'UpdateConversationProfileRequest',
'2': const [
const {
'1': 'conversation_profile',
'3': 1,
'4': 1,
'5': 11,
'6': '.google.cloud.dialogflow.v2beta1.ConversationProfile',
'8': const {},
'10': 'conversationProfile'
},
const {
'1': 'update_mask',
'3': 2,
'4': 1,
'5': 11,
'6': '.google.protobuf.FieldMask',
'8': const {},
'10': 'updateMask'
},
],
};