GoogleApi.ContentWarehouse.V1.Model.KnowledgeAnswersFacetParsing
Table of Contents ▼
Jump to a specific part of the page:
- Description
- Attribute List
- Attributes
- Type
- Function
- Related links
- Possibly related Modules
Description
Construct for how to construe a facet when parse from neural or lexical models. Unlike regular intent annotations, facets are post-hoc grounded to indicated spoans, so they also need to provide their input and output slot independently.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
facetName
(type:String.t
, default:nil
)
- Optional, as this can take the name of the slot/schema its associated with or it might need to map onto something different. -
inputSlotName
(type:String.t
, default:nil
)
- Required, the slot into which we put any ungrounded string or mid -
outputSlotName
(type:String.t
, default:nil
)
- Optional, if absent output_type will be used for typing, or this is a MRF operator
Type
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.KnowledgeAnswersFacetParsing