public static interface SubSlotTypeComposition.Builder extends SdkPojo, CopyableBuilder<SubSlotTypeComposition.Builder,SubSlotTypeComposition>
| Modifier and Type | Method and Description |
|---|---|
SubSlotTypeComposition.Builder |
name(String name)
Name of a constituent sub slot inside a composite slot.
|
SubSlotTypeComposition.Builder |
slotTypeId(String slotTypeId)
The unique identifier assigned to a slot type.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSubSlotTypeComposition.Builder name(String name)
Name of a constituent sub slot inside a composite slot.
name - Name of a constituent sub slot inside a composite slot.SubSlotTypeComposition.Builder slotTypeId(String slotTypeId)
The unique identifier assigned to a slot type. This refers to either a built-in slot type or the unique slotTypeId of a custom slot type.
slotTypeId - The unique identifier assigned to a slot type. This refers to either a built-in slot type or the
unique slotTypeId of a custom slot type.Copyright © 2023. All rights reserved.