public sealed class GetParticipantRequest : IMessage<GetParticipantRequest>, IEquatable<GetParticipantRequest>, IDeepCloneable<GetParticipantRequest>, IBufferMessage, IMessage
The request message for [Participants.GetParticipant][google.cloud.dialogflow.v2.Participants.GetParticipant].
Implements
IMessage<GetParticipantRequest>, IEquatable<GetParticipantRequest>, IDeepCloneable<GetParticipantRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Assembly
Google.Cloud.Dialogflow.V2.dll
Constructors
GetParticipantRequest()
public GetParticipantRequest()
GetParticipantRequest(GetParticipantRequest)
public GetParticipantRequest(GetParticipantRequest other)
Parameter | |
---|---|
Name | Description |
other | GetParticipantRequest |
Properties
Name
public string Name { get; set; }
Required. The name of the participant. Format:
projects/{Project ID}/locations/{Location ID}/conversations/{Conversation
ID>/participants/<Participant ID>
.
Property Value | |
---|---|
Type | Description |
String |
ParticipantName
public ParticipantName ParticipantName { get; set; }
ParticipantName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
ParticipantName |