Class IntentInfo (0.8.0)

IntentInfo(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Represents intent information communicated to the webhook. Attributes: last_matched_intent (str): Always present. The unique identifier of the last matched [intent][google.cloud.dialogflow.cx.v3beta1.Intent]. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/intents/<Intent ID>. display_name (str): Always present. The display name of the last matched [intent][google.cloud.dialogflow.cx.v3beta1.Intent]. parameters (Sequence[google.cloud.dialogflowcx_v3beta1.types.WebhookRequest.IntentInfo.ParametersEntry]): Parameters identified as a result of intent matching. This is a map of the name of the identified parameter to the value of the parameter identified from the user's utterance. All parameters defined in the matched intent that are identified will be surfaced here. confidence (float): The confidence of the matched intent. Values range from 0.0 (completely uncertain) to 1.0 (completely certain).

Inheritance

builtins.object > proto.message.Message > IntentInfo