Class: Google::Cloud::Dialogflow::V2::AgentCoachingSuggestion::SampleResponse

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#duplicate_check_result::Google::Cloud::Dialogflow::V2::AgentCoachingSuggestion::DuplicateCheckResult (readonly)

Returns Output only. Duplicate check result for the sample response.

Returns:



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.

Returns:

  • (::String)

    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.

Returns:



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