Conversation$json top-level constant

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

Implementation

@$core.Deprecated('Use conversationDescriptor instead')
const Conversation$json = const {
  '1': 'Conversation',
  '2': const [
    const {'1': 'name', '3': 1, '4': 1, '5': 9, '8': const {}, '10': 'name'},
    const {
      '1': 'lifecycle_state',
      '3': 2,
      '4': 1,
      '5': 14,
      '6': '.google.cloud.dialogflow.v2beta1.Conversation.LifecycleState',
      '8': const {},
      '10': 'lifecycleState'
    },
    const {
      '1': 'conversation_profile',
      '3': 3,
      '4': 1,
      '5': 9,
      '8': const {},
      '10': 'conversationProfile'
    },
    const {
      '1': 'phone_number',
      '3': 4,
      '4': 1,
      '5': 11,
      '6': '.google.cloud.dialogflow.v2beta1.ConversationPhoneNumber',
      '8': const {},
      '10': 'phoneNumber'
    },
    const {
      '1': 'conversation_stage',
      '3': 7,
      '4': 1,
      '5': 14,
      '6': '.google.cloud.dialogflow.v2beta1.Conversation.ConversationStage',
      '10': 'conversationStage'
    },
    const {
      '1': 'start_time',
      '3': 5,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Timestamp',
      '8': const {},
      '10': 'startTime'
    },
    const {
      '1': 'end_time',
      '3': 6,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Timestamp',
      '8': const {},
      '10': 'endTime'
    },
  ],
  '4': const [
    Conversation_LifecycleState$json,
    Conversation_ConversationStage$json
  ],
  '7': const {},
};