GoogleApi.ContentWarehouse.V1.Model.KnowledgeAnswersMarkerOpenQuestion
Table of Contents ▼
Jump to a specific part of the page:
Description
Indicates a question, requesting the value of a specified slot. Not applicable if the requested slot simultaneously appears as an argument. See go/requested-slots for details. Next ID: 3
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
slotKey
(type:GoogleApi.ContentWarehouse.V1.Model.KnowledgeAnswersMeaningSchemaSlotKey
, default:nil
)
- Note: This is still under development and not available for general use. Contact meaning-platform-eng@ for questions. -
slotName
(type:list(String.t)
, default:nil
)
- One or multiple slots may be requested by the marker. See go/mrf-multiple-output-slots for details on requesting multiple output slots.
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.KnowledgeAnswersMarkerOpenQuestion{
slotKey: GoogleApi.ContentWarehouse.V1.Model.KnowledgeAnswersMeaningSchemaSlotKey.t() | nil,
slotName: [String.t()] | nil
}
slotKey: GoogleApi.ContentWarehouse.V1.Model.KnowledgeAnswersMeaningSchemaSlotKey.t() | nil,
slotName: [String.t()] | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.KnowledgeAnswersMarkerOpenQuestion