public static interface SlotTypeSummary.Builder extends SdkPojo, CopyableBuilder<SlotTypeSummary.Builder,SlotTypeSummary>
| Modifier and Type | Method and Description |
|---|---|
SlotTypeSummary.Builder |
description(String description)
The description of the slot type.
|
SlotTypeSummary.Builder |
lastUpdatedDateTime(Instant lastUpdatedDateTime)
A timestamp of the date and time that the slot type was last updated.
|
SlotTypeSummary.Builder |
parentSlotTypeSignature(String parentSlotTypeSignature)
If the slot type is derived from a built-on slot type, the name of the parent slot type.
|
SlotTypeSummary.Builder |
slotTypeCategory(SlotTypeCategory slotTypeCategory)
Indicates the type of the slot type.
|
SlotTypeSummary.Builder |
slotTypeCategory(String slotTypeCategory)
Indicates the type of the slot type.
|
SlotTypeSummary.Builder |
slotTypeId(String slotTypeId)
The unique identifier assigned to the slot type.
|
SlotTypeSummary.Builder |
slotTypeName(String slotTypeName)
The name of the slot type.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSlotTypeSummary.Builder slotTypeId(String slotTypeId)
The unique identifier assigned to the slot type.
slotTypeId - The unique identifier assigned to the slot type.SlotTypeSummary.Builder slotTypeName(String slotTypeName)
The name of the slot type.
slotTypeName - The name of the slot type.SlotTypeSummary.Builder description(String description)
The description of the slot type.
description - The description of the slot type.SlotTypeSummary.Builder parentSlotTypeSignature(String parentSlotTypeSignature)
If the slot type is derived from a built-on slot type, the name of the parent slot type.
parentSlotTypeSignature - If the slot type is derived from a built-on slot type, the name of the parent slot type.SlotTypeSummary.Builder lastUpdatedDateTime(Instant lastUpdatedDateTime)
A timestamp of the date and time that the slot type was last updated.
lastUpdatedDateTime - A timestamp of the date and time that the slot type was last updated.SlotTypeSummary.Builder slotTypeCategory(String slotTypeCategory)
Indicates the type of the slot type.
Custom - A slot type that you created using custom values. For more information, see Creating custom slot types.
Extended - A slot type created by extending the AMAZON.AlphaNumeric built-in slot type. For more
information, see AMAZON.AlphaNumeric.
ExternalGrammar - A slot type using a custom GRXML grammar to define values. For more
information, see Using a custom
grammar slot type.
slotTypeCategory - Indicates the type of the slot type.
Custom - A slot type that you created using custom values. For more information, see Creating custom slot
types.
Extended - A slot type created by extending the AMAZON.AlphaNumeric built-in slot type.
For more information, see AMAZON.AlphaNumeric.
ExternalGrammar - A slot type using a custom GRXML grammar to define values. For more
information, see Using a
custom grammar slot type.
SlotTypeCategory,
SlotTypeCategorySlotTypeSummary.Builder slotTypeCategory(SlotTypeCategory slotTypeCategory)
Indicates the type of the slot type.
Custom - A slot type that you created using custom values. For more information, see Creating custom slot types.
Extended - A slot type created by extending the AMAZON.AlphaNumeric built-in slot type. For more
information, see AMAZON.AlphaNumeric.
ExternalGrammar - A slot type using a custom GRXML grammar to define values. For more
information, see Using a custom
grammar slot type.
slotTypeCategory - Indicates the type of the slot type.
Custom - A slot type that you created using custom values. For more information, see Creating custom slot
types.
Extended - A slot type created by extending the AMAZON.AlphaNumeric built-in slot type.
For more information, see AMAZON.AlphaNumeric.
ExternalGrammar - A slot type using a custom GRXML grammar to define values. For more
information, see Using a
custom grammar slot type.
SlotTypeCategory,
SlotTypeCategoryCopyright © 2022. All rights reserved.