Class: Google::Cloud::Dialogflow::CX::V3::CreateExampleRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#example::Google::Cloud::Dialogflow::CX::V3::Example

Returns Required. The example to create.

Returns:



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>.

Returns:

  • (::String)

    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