public sealed class GetParticipantRequest : IMessage<GetParticipantRequest>, IEquatable<GetParticipantRequest>, IDeepCloneable<GetParticipantRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class GetParticipantRequest.
The request message for [Participants.GetParticipant][google.cloud.dialogflow.v2.Participants.GetParticipant].
Implements
IMessageGetParticipantRequest, IEquatableGetParticipantRequest, IDeepCloneableGetParticipantRequest, 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 |