Class GetParticipantRequest (3.7.0)

public sealed class GetParticipantRequest : IMessage<GetParticipantRequest>, IEquatable<GetParticipantRequest>, IDeepCloneable<GetParticipantRequest>, IBufferMessage, IMessage

The request message for [Participants.GetParticipant][google.cloud.dialogflow.v2.Participants.GetParticipant].

Inheritance

Object > GetParticipantRequest

Namespace

Google.Cloud.Dialogflow.V2

Assembly

Google.Cloud.Dialogflow.V2.dll

Constructors

GetParticipantRequest()

public GetParticipantRequest()

GetParticipantRequest(GetParticipantRequest)

public GetParticipantRequest(GetParticipantRequest other)
Parameter
NameDescription
otherGetParticipantRequest

Properties

Name

public string Name { get; set; }

Required. The name of the participant. Format: projects/{Project ID}/locations/{Location ID}/conversations/{Conversation ID>/participants/&lt;Participant ID>.

Property Value
TypeDescription
String

ParticipantName

public ParticipantName ParticipantName { get; set; }

ParticipantName-typed view over the Name resource name property.

Property Value
TypeDescription
ParticipantName