Reference documentation and code samples for the Dialogflow V2 API class Google::Cloud::Dialogflow::V2::CesAppSpec.
Spec of CES app that the generator can choose from.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#ces_app
def ces_app() -> ::String
Returns
-
(::String) — Optional. Format:
projects/<Project ID>/locations/<Location ID>/apps/<app ID>.
#ces_app=
def ces_app=(value) -> ::String
Parameter
-
value (::String) — Optional. Format:
projects/<Project ID>/locations/<Location ID>/apps/<app ID>.
Returns
-
(::String) — Optional. Format:
projects/<Project ID>/locations/<Location ID>/apps/<app ID>.
#confirmation_requirement
def confirmation_requirement() -> ::Google::Cloud::Dialogflow::V2::Tool::ConfirmationRequirement
Returns
- (::Google::Cloud::Dialogflow::V2::Tool::ConfirmationRequirement) — Optional. Indicates whether the app 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 app requires human confirmation.
Returns
- (::Google::Cloud::Dialogflow::V2::Tool::ConfirmationRequirement) — Optional. Indicates whether the app requires human confirmation.
#proactive_enabled
def proactive_enabled() -> ::Boolean
Returns
-
(::Boolean) — Optional. Only applicable for CompanionAgent.
Indicates whether the ces app is enabled in proactive mode.
At least one of
proactive_enabledorreactive_enabledshould be true; otherwise, the ces app will be ignored.
#proactive_enabled=
def proactive_enabled=(value) -> ::Boolean
Parameter
-
value (::Boolean) — Optional. Only applicable for CompanionAgent.
Indicates whether the ces app is enabled in proactive mode.
At least one of
proactive_enabledorreactive_enabledshould be true; otherwise, the ces app will be ignored.
Returns
-
(::Boolean) — Optional. Only applicable for CompanionAgent.
Indicates whether the ces app is enabled in proactive mode.
At least one of
proactive_enabledorreactive_enabledshould be true; otherwise, the ces app will be ignored.
#reactive_enabled
def reactive_enabled() -> ::Boolean
Returns
-
(::Boolean) — Optional. Only applicable for CompanionAgent.
Indicates whether the ces app is enabled in reactive mode.
At least one of
proactive_enabledorreactive_enabledshould be true; otherwise, the ces app will be ignored.
#reactive_enabled=
def reactive_enabled=(value) -> ::Boolean
Parameter
-
value (::Boolean) — Optional. Only applicable for CompanionAgent.
Indicates whether the ces app is enabled in reactive mode.
At least one of
proactive_enabledorreactive_enabledshould be true; otherwise, the ces app will be ignored.
Returns
-
(::Boolean) — Optional. Only applicable for CompanionAgent.
Indicates whether the ces app is enabled in reactive mode.
At least one of
proactive_enabledorreactive_enabledshould be true; otherwise, the ces app will be ignored.