GoogleApi.ContentWarehouse.V1.Model.KnowledgeAnswersDurationType
Table of Contents ▼
Jump to a specific part of the page:
Description
A DurationType configures a value whose type is a duration.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
componentSpecificContracts
(type:GoogleApi.ContentWarehouse.V1.Model.NlpMeaningComponentSpecificContracts
, default:nil
)
- Contains data about the contracts that this ValueType level is available for. For more information see go/contract-based-conformance. -
rangeConstraint
(type:GoogleApi.ContentWarehouse.V1.Model.KnowledgeAnswersRangeConstraint
, default:nil
)
- Range constraint limits the set of durations accepted. The values of the range are in milliseconds. Currently, this constraint is only enforced in Loose Parser. -
remodelings
(type:GoogleApi.ContentWarehouse.V1.Model.NlpMeaningMeaningRemodelings
, default:nil
)
- Contains data about current schema remodelings at this ValueType level. For more information see go/meaning-remodeling-framework.
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.KnowledgeAnswersDurationType{
componentSpecificContracts: GoogleApi.ContentWarehouse.V1.Model.NlpMeaningComponentSpecificContracts.t() | nil,
rangeConstraint: GoogleApi.ContentWarehouse.V1.Model.KnowledgeAnswersRangeConstraint.t() | nil,
remodelings: GoogleApi.ContentWarehouse.V1.Model.NlpMeaningMeaningRemodelings.t() | nil
}
componentSpecificContracts: GoogleApi.ContentWarehouse.V1.Model.NlpMeaningComponentSpecificContracts.t() | nil,
rangeConstraint: GoogleApi.ContentWarehouse.V1.Model.KnowledgeAnswersRangeConstraint.t() | nil,
remodelings: GoogleApi.ContentWarehouse.V1.Model.NlpMeaningMeaningRemodelings.t() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.KnowledgeAnswersDurationType