ListConversationProfilesResponse$json top-level constant
- @Deprecated('Use listConversationProfilesResponseDescriptor instead')
Map<String, Object>
const
ListConversationProfilesResponse$json
Implementation
@$core.Deprecated('Use listConversationProfilesResponseDescriptor instead')
const ListConversationProfilesResponse$json = const {
'1': 'ListConversationProfilesResponse',
'2': const [
const {
'1': 'conversation_profiles',
'3': 1,
'4': 3,
'5': 11,
'6': '.google.cloud.dialogflow.v2.ConversationProfile',
'10': 'conversationProfiles'
},
const {
'1': 'next_page_token',
'3': 2,
'4': 1,
'5': 9,
'10': 'nextPageToken'
},
],
};