Dialogflow CX V3 API - Class Google::Cloud::Dialogflow::CX::V3::CreateExampleRequest (v1.11.0)

Reference documentation and code samples for the Dialogflow CX V3 API class Google::Cloud::Dialogflow::CX::V3::CreateExampleRequest.

The request message for Examples.CreateExample.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#example

def example() -> ::Google::Cloud::Dialogflow::CX::V3::Example
Returns

#example=

def example=(value) -> ::Google::Cloud::Dialogflow::CX::V3::Example
Parameter
Returns

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The playbook to create an example for. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/playbooks/<PlaybookID>.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — 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>.