public static interface UserTurnIntentOutput.Builder extends SdkPojo, CopyableBuilder<UserTurnIntentOutput.Builder,UserTurnIntentOutput>
| Modifier and Type | Method and Description |
|---|---|
UserTurnIntentOutput.Builder |
name(String name)
The name of the intent.
|
UserTurnIntentOutput.Builder |
slots(Map<String,UserTurnSlotOutput> slots)
The slots associated with the intent.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildUserTurnIntentOutput.Builder name(String name)
The name of the intent.
name - The name of the intent.UserTurnIntentOutput.Builder slots(Map<String,UserTurnSlotOutput> slots)
The slots associated with the intent.
slots - The slots associated with the intent.Copyright © 2023. All rights reserved.