Google Cloud Dialogflow v2beta1 API - Class GetParticipantRequest (1.0.0-beta15)

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

Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class GetParticipantRequest.

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

Inheritance

object > GetParticipantRequest

Namespace

Google.Cloud.Dialogflow.V2Beta1

Assembly

Google.Cloud.Dialogflow.V2Beta1.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/<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