dialogflowParticipant property

  1. @Deprecated('Not supported. Member documentation may have more information.')
String? dialogflowParticipant
getter/setter pair

Use dialogflow_participant_name instead.

The name of the Dialogflow participant. Format: projects/{project}/locations/{location}/conversations/{conversation}/participants/{participant}

Deprecated.

Implementation

@core.Deprecated(
  'Not supported. Member documentation may have more information.',
)
core.String? dialogflowParticipant;