Class: Google::Cloud::Dialogflow::V2::DialogflowAssistAnswer

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dialogflow/v2/participant.rb

Overview

Represents a Dialogflow assist answer.

Instance Attribute Summary collapse

Instance Attribute Details

#answer_record::String

Returns The name of answer record, in the format of "projects//locations//answerRecords/".

Returns:

  • (::String)

    The name of answer record, in the format of "projects//locations//answerRecords/"



894
895
896
897
# File 'proto_docs/google/cloud/dialogflow/v2/participant.rb', line 894

class DialogflowAssistAnswer
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#intent_suggestion::Google::Cloud::Dialogflow::V2::IntentSuggestion

Returns An intent suggestion generated from conversation.

Returns:



894
895
896
897
# File 'proto_docs/google/cloud/dialogflow/v2/participant.rb', line 894

class DialogflowAssistAnswer
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#query_result::Google::Cloud::Dialogflow::V2::QueryResult

Returns Result from v2 agent.

Returns:



894
895
896
897
# File 'proto_docs/google/cloud/dialogflow/v2/participant.rb', line 894

class DialogflowAssistAnswer
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end