Class: Google::Cloud::ContactCenterInsights::V1::DialogflowInteractionData
- Inherits:
-
Object
- Object
- Google::Cloud::ContactCenterInsights::V1::DialogflowInteractionData
- 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
-
#confidence ⇒ ::Float
The confidence of the match ranging from 0.0 (completely uncertain) to 1.0 (completely certain).
-
#dialogflow_intent_id ⇒ ::String
The Dialogflow intent resource path.
Instance Attribute Details
#confidence ⇒ ::Float
Returns The confidence of the match ranging from 0.0 (completely uncertain) to 1.0 (completely certain).
1300 1301 1302 1303 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 1300 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}.
1300 1301 1302 1303 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 1300 class DialogflowInteractionData include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |