Class CreateParticipantRequest (3.5.0)

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

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/&lt;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