View Source GoogleApi.ContentWarehouse.V1.Model.KnowledgeAnswersMarkerOpenQuestion (google_api_content_warehouse v0.4.0)
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
-
slotKey
(type:GoogleApi.ContentWarehouse.V1.Model.KnowledgeAnswersMeaningSchemaSlotKey.t
, 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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.KnowledgeAnswersMarkerOpenQuestion{ slotKey: GoogleApi.ContentWarehouse.V1.Model.KnowledgeAnswersMeaningSchemaSlotKey.t() | nil, slotName: [String.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.