Contact Center AI Insights V1 API - Class Google::Cloud::ContactCenterInsights::V1::DialogflowInteractionData (v0.12.0)

Reference documentation and code samples for the Contact Center AI Insights V1 API class Google::Cloud::ContactCenterInsights::V1::DialogflowInteractionData.

Dialogflow interaction data.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#confidence

def confidence() -> ::Float
Returns
  • (::Float) — The confidence of the match ranging from 0.0 (completely uncertain) to 1.0 (completely certain).

#confidence=

def confidence=(value) -> ::Float
Parameter
  • value (::Float) — 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).

#dialogflow_intent_id

def dialogflow_intent_id() -> ::String
Returns
  • (::String) — The Dialogflow intent resource path. Format: projects/{project}/agent/{agent}/intents/{intent}

#dialogflow_intent_id=

def dialogflow_intent_id=(value) -> ::String
Parameter
  • value (::String) — 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}