Class: Google::Cloud::Dialogflow::V2::AgentCoachingSuggestion::SampleResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::AgentCoachingSuggestion::SampleResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/generator.rb
Overview
Sample response that the agent can use. This could be based on applicable instructions and ingested data from other systems.
Instance Attribute Summary collapse
-
#duplicate_check_result ⇒ ::Google::Cloud::Dialogflow::V2::AgentCoachingSuggestion::DuplicateCheckResult
readonly
Output only.
-
#response_text ⇒ ::String
Optional.
-
#sources ⇒ ::Google::Cloud::Dialogflow::V2::AgentCoachingSuggestion::Sources
readonly
Output only.
Instance Attribute Details
#duplicate_check_result ⇒ ::Google::Cloud::Dialogflow::V2::AgentCoachingSuggestion::DuplicateCheckResult (readonly)
Returns Output only. Duplicate check result for the sample response.
510 511 512 513 |
# File 'proto_docs/google/cloud/dialogflow/v2/generator.rb', line 510 class SampleResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#response_text ⇒ ::String
Returns Optional. Sample response for Agent in text.
510 511 512 513 |
# File 'proto_docs/google/cloud/dialogflow/v2/generator.rb', line 510 class SampleResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#sources ⇒ ::Google::Cloud::Dialogflow::V2::AgentCoachingSuggestion::Sources (readonly)
Returns Output only. Sources for the Sample Response.
510 511 512 513 |
# File 'proto_docs/google/cloud/dialogflow/v2/generator.rb', line 510 class SampleResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |