UpdateParticipantRequest$json top-level constant
- @Deprecated('Use updateParticipantRequestDescriptor instead')
Implementation
@$core.Deprecated('Use updateParticipantRequestDescriptor instead')
const UpdateParticipantRequest$json = const {
'1': 'UpdateParticipantRequest',
'2': const [
const {
'1': 'participant',
'3': 1,
'4': 1,
'5': 11,
'6': '.google.cloud.dialogflow.v2beta1.Participant',
'8': const {},
'10': 'participant'
},
const {
'1': 'update_mask',
'3': 2,
'4': 1,
'5': 11,
'6': '.google.protobuf.FieldMask',
'8': const {},
'10': 'updateMask'
},
],
};