Class Google::Cloud::Dialogflow::V2::CreateParticipantRequest (v0.12.0)

The request message for Participants.CreateParticipant.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#parent

def parent() -> ::String
Returns
  • (::String) — Required. Resource identifier of the conversation adding the participant. Format: projects/<Project ID>/locations/<Location ID>/conversations/<Conversation ID>.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. Resource identifier of the conversation adding the participant. Format: projects/<Project ID>/locations/<Location ID>/conversations/<Conversation ID>.
Returns
  • (::String) — Required. Resource identifier of the conversation adding the participant. Format: projects/<Project ID>/locations/<Location ID>/conversations/<Conversation ID>.

#participant

def participant() -> ::Google::Cloud::Dialogflow::V2::Participant
Returns

#participant=

def participant=(value) -> ::Google::Cloud::Dialogflow::V2::Participant
Parameter
Returns