GoogleApi.ContentWarehouse.V1.Model.KnowledgeAnswersIntentQuerySignalComputationFallbackIntent
Table of Contents ▼
Jump to a specific part of the page:
- Description
- Attribute List
- Attributes
- Type
- Function
- Related links
- Possibly related Modules
Description
A message representing an intent to use for intent scoring if the root intent is invalid.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
intent
(type:String.t
, default:nil
)
- The intent name of the fallback intent.
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.KnowledgeAnswersIntentQuerySignalComputationFallbackIntent{
intent: String.t() | nil
}
intent: String.t() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.KnowledgeAnswersIntentQuerySignalComputationFallbackIntent