Class: Google::Cloud::Dialogflow::V2::GetParticipantRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::GetParticipantRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/participant.rb
Overview
The request message for Participants.GetParticipant.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the participant. Format:
projects/<Project ID>/locations/<Location ID>/conversations/<Conversation
ID>/participants/<Participant ID>
.
182 183 184 185 |
# File 'proto_docs/google/cloud/dialogflow/v2/participant.rb', line 182 class GetParticipantRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |