Reference documentation and code samples for the Dialogflow V2 API class Google::Cloud::Dialogflow::V2::CesToolSpec.
Spec of CES tool that the generator can choose from.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#ces_tool
def ces_tool() -> ::String
Returns
-
(::String) — Optional. Format:
projects/<Project ID>/locations/<Location ID>/apps/<app ID>/tools/<tool ID>.
#ces_tool=
def ces_tool=(value) -> ::String
Parameter
-
value (::String) — Optional. Format:
projects/<Project ID>/locations/<Location ID>/apps/<app ID>/tools/<tool ID>.
Returns
-
(::String) — Optional. Format:
projects/<Project ID>/locations/<Location ID>/apps/<app ID>/tools/<tool ID>.
#confirmation_requirement
def confirmation_requirement() -> ::Google::Cloud::Dialogflow::V2::Tool::ConfirmationRequirement
Returns
- (::Google::Cloud::Dialogflow::V2::Tool::ConfirmationRequirement) — Optional. Indicates whether the tool requires human confirmation.
#confirmation_requirement=
def confirmation_requirement=(value) -> ::Google::Cloud::Dialogflow::V2::Tool::ConfirmationRequirement
Parameter
- value (::Google::Cloud::Dialogflow::V2::Tool::ConfirmationRequirement) — Optional. Indicates whether the tool requires human confirmation.
Returns
- (::Google::Cloud::Dialogflow::V2::Tool::ConfirmationRequirement) — Optional. Indicates whether the tool requires human confirmation.