Class: Google::Cloud::ContactCenterInsights::V1::QaAnswer::AnswerValue

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/contactcenterinsights/v1/resources.rb

Overview

Message for holding the value of a QaAnswer. QaQuestion.AnswerChoice defines the possible answer values for a question.

Instance Attribute Summary collapse

Instance Attribute Details

#bool_value::Boolean



2035
2036
2037
2038
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 2035

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

#key::String



2035
2036
2037
2038
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 2035

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

#na_value::Boolean



2035
2036
2037
2038
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 2035

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

#normalized_score::Float (readonly)



2035
2036
2037
2038
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 2035

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

#num_value::Float



2035
2036
2037
2038
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 2035

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

#potential_score::Float (readonly)



2035
2036
2037
2038
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 2035

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

#score::Float (readonly)



2035
2036
2037
2038
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 2035

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

#str_value::String



2035
2036
2037
2038
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 2035

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