Class: Google::Cloud::Dialogflow::CX::V3::CreateExampleRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::CreateExampleRequest
- 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.CreateExample.
Instance Attribute Summary collapse
-
#example ⇒ ::Google::Cloud::Dialogflow::CX::V3::Example
Required.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#example ⇒ ::Google::Cloud::Dialogflow::CX::V3::Example
Returns Required. The example to create.
35 36 37 38 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/example.rb', line 35 class CreateExampleRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The playbook to create an example for.
Format:
projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/playbooks/<PlaybookID>.
35 36 37 38 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/example.rb', line 35 class CreateExampleRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |