GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3IntentCoverage (google_api_dialogflow v0.73.0) View Source
Intent coverage represents the percentage of all possible intents in the agent that are triggered in any of a parent's test cases.
Attributes
-
coverageScore(type:number(), default:nil) - The percent of intents in the agent that are covered. -
intents(type:list(GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3IntentCoverageIntent.t), default:nil) - The list of Intents present in the agent
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3IntentCoverage{
coverageScore: number() | nil,
intents:
[
GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3IntentCoverageIntent.t()
]
| nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.