Reference documentation and code samples for the Gemini Enterprise for Customer Experience V1BETA API class Google::Cloud::Ces::V1beta::TriggerAction::Response.
Represents a response from the agent.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#disabled
def disabled() -> ::Boolean
Returns
- (::Boolean) — Optional. Whether the response is disabled. Disabled responses are not used by the agent.
#disabled=
def disabled=(value) -> ::Boolean
Parameter
- value (::Boolean) — Optional. Whether the response is disabled. Disabled responses are not used by the agent.
Returns
- (::Boolean) — Optional. Whether the response is disabled. Disabled responses are not used by the agent.
#text
def text() -> ::String
Returns
- (::String) — Required. Text for the agent to respond with.
#text=
def text=(value) -> ::String
Parameter
- value (::String) — Required. Text for the agent to respond with.
Returns
- (::String) — Required. Text for the agent to respond with.