Class: Google::Cloud::ContactCenterInsights::V1::DialogflowInteractionData

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

Overview

Dialogflow interaction data.

Instance Attribute Summary collapse

Instance Attribute Details

#confidence::Float

Returns The confidence of the match ranging from 0.0 (completely uncertain) to 1.0 (completely certain).

Returns:

  • (::Float)

    The confidence of the match ranging from 0.0 (completely uncertain) to 1.0 (completely certain).



1181
1182
1183
1184
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 1181

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

#dialogflow_intent_id::String

Returns The Dialogflow intent resource path. Format: projects/{project}/agent/{agent}/intents/{intent}.

Returns:

  • (::String)

    The Dialogflow intent resource path. Format: projects/{project}/agent/{agent}/intents/{intent}



1181
1182
1183
1184
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 1181

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