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
- (::Google::Cloud::Dialogflow::CX::V3::Example) — Required. The example to create.
#example=
def example=(value) -> ::Google::Cloud::Dialogflow::CX::V3::Example
Parameter
- value (::Google::Cloud::Dialogflow::CX::V3::Example) — Required. The example to create.
Returns
- (::Google::Cloud::Dialogflow::CX::V3::Example) — Required. The example to create.
#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>.