Google Cloud Dialogflow v2 API - Class CreateParticipantRequest (4.16.0)

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

Reference documentation and code samples for the Google Cloud Dialogflow v2 API class CreateParticipantRequest.

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

Inheritance

object > CreateParticipantRequest

Namespace

Google.Cloud.Dialogflow.V2

Assembly

Google.Cloud.Dialogflow.V2.dll

Constructors

CreateParticipantRequest()

public CreateParticipantRequest()

CreateParticipantRequest(CreateParticipantRequest)

public CreateParticipantRequest(CreateParticipantRequest other)
Parameter
NameDescription
otherCreateParticipantRequest

Properties

Parent

public string Parent { get; set; }

Required. Resource identifier of the conversation adding the participant. Format: projects/<Project ID>/locations/<Location ID>/conversations/<Conversation ID>.

Property Value
TypeDescription
string

ParentAsConversationName

public ConversationName ParentAsConversationName { get; set; }

ConversationName-typed view over the Parent resource name property.

Property Value
TypeDescription
ConversationName

Participant

public Participant Participant { get; set; }

Required. The participant to create.

Property Value
TypeDescription
Participant