Reference documentation and code samples for the Dialogflow V2 API class Google::Cloud::Dialogflow::V2::AgentCoachingSuggestion::SampleResponse.
Sample response that the agent can use. This could be based on applicable instructions and ingested data from other systems.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#duplicate_check_result
def duplicate_check_result() -> ::Google::Cloud::Dialogflow::V2::AgentCoachingSuggestion::DuplicateCheckResult
Returns
- (::Google::Cloud::Dialogflow::V2::AgentCoachingSuggestion::DuplicateCheckResult) — Output only. Duplicate check result for the sample response.
#response_text
def response_text() -> ::String
Returns
- (::String) — Optional. Sample response for Agent in text.
#response_text=
def response_text=(value) -> ::String
Parameter
- value (::String) — Optional. Sample response for Agent in text.
Returns
- (::String) — Optional. Sample response for Agent in text.
#sources
def sources() -> ::Google::Cloud::Dialogflow::V2::AgentCoachingSuggestion::Sources
Returns
- (::Google::Cloud::Dialogflow::V2::AgentCoachingSuggestion::Sources) — Output only. Sources for the Sample Response.