public final class Input extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Input.Builder |
Modifier and Type | Method and Description |
---|---|
static Input.Builder |
builder() |
boolean |
equals(Object o) |
String |
getName()
The Alexa Conversations input name as dictated in the Conversations model.
|
Map<String,Slot> |
getSlots()
A map of input slots by slot name.
|
int |
hashCode() |
String |
toString() |
public static Input.Builder builder()
public String getName()
Copyright © 2023. All rights reserved.