Class: Google::Cloud::Dialogflow::CX::V3::GetExampleRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::GetExampleRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/cx/v3/example.rb
Overview
The request message for Examples.GetExample.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the example.
Format:
projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/playbooks/<PlaybookID>/examples/<ExampleID>.
101 102 103 104 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/example.rb', line 101 class GetExampleRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |