ListConversationProfilesResponse$json top-level constant

  1. @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.v2beta1.ConversationProfile',
      '10': 'conversationProfiles'
    },
    const {
      '1': 'next_page_token',
      '3': 2,
      '4': 1,
      '5': 9,
      '10': 'nextPageToken'
    },
  ],
};