ConversationProfile$json top-level constant

  1. @Deprecated('Use conversationProfileDescriptor instead')
Map<String, Object> const ConversationProfile$json

Implementation

@$core.Deprecated('Use conversationProfileDescriptor instead')
const ConversationProfile$json = const {
  '1': 'ConversationProfile',
  '2': const [
    const {'1': 'name', '3': 1, '4': 1, '5': 9, '10': 'name'},
    const {
      '1': 'display_name',
      '3': 2,
      '4': 1,
      '5': 9,
      '8': const {},
      '10': 'displayName'
    },
    const {
      '1': 'create_time',
      '3': 11,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Timestamp',
      '8': const {},
      '10': 'createTime'
    },
    const {
      '1': 'update_time',
      '3': 12,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Timestamp',
      '8': const {},
      '10': 'updateTime'
    },
    const {
      '1': 'automated_agent_config',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.google.cloud.dialogflow.v2beta1.AutomatedAgentConfig',
      '10': 'automatedAgentConfig'
    },
    const {
      '1': 'human_agent_assistant_config',
      '3': 4,
      '4': 1,
      '5': 11,
      '6': '.google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig',
      '10': 'humanAgentAssistantConfig'
    },
    const {
      '1': 'human_agent_handoff_config',
      '3': 5,
      '4': 1,
      '5': 11,
      '6': '.google.cloud.dialogflow.v2beta1.HumanAgentHandoffConfig',
      '10': 'humanAgentHandoffConfig'
    },
    const {
      '1': 'notification_config',
      '3': 6,
      '4': 1,
      '5': 11,
      '6': '.google.cloud.dialogflow.v2beta1.NotificationConfig',
      '10': 'notificationConfig'
    },
    const {
      '1': 'logging_config',
      '3': 7,
      '4': 1,
      '5': 11,
      '6': '.google.cloud.dialogflow.v2beta1.LoggingConfig',
      '10': 'loggingConfig'
    },
    const {
      '1': 'new_message_event_notification_config',
      '3': 8,
      '4': 1,
      '5': 11,
      '6': '.google.cloud.dialogflow.v2beta1.NotificationConfig',
      '10': 'newMessageEventNotificationConfig'
    },
    const {
      '1': 'stt_config',
      '3': 9,
      '4': 1,
      '5': 11,
      '6': '.google.cloud.dialogflow.v2beta1.SpeechToTextConfig',
      '10': 'sttConfig'
    },
    const {'1': 'language_code', '3': 10, '4': 1, '5': 9, '10': 'languageCode'},
  ],
  '7': const {},
};