MatchTypeCount(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Count by Match.MatchType of the matches in the conversation.
Attributes |
|
---|---|
Name | Description |
unspecified_count |
int
The number of matches with type Match.MatchType.MATCH_TYPE_UNSPECIFIED. |
intent_count |
int
The number of matches with type Match.MatchType.INTENT. |
direct_intent_count |
int
The number of matches with type Match.MatchType.DIRECT_INTENT. |
parameter_filling_count |
int
The number of matches with type Match.MatchType.PARAMETER_FILLING. |
no_match_count |
int
The number of matches with type Match.MatchType.NO_MATCH. |
no_input_count |
int
The number of matches with type Match.MatchType.NO_INPUT. |
event_count |
int
The number of matches with type Match.MatchType.EVENT. |