@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ElicitSubSlot extends Object implements Serializable, Cloneable, StructuredPojo
The specific constituent sub slot of the composite slot to elicit in dialog action.
Constructor and Description |
---|
ElicitSubSlot() |
Modifier and Type | Method and Description |
---|---|
ElicitSubSlot |
clone() |
boolean |
equals(Object obj) |
String |
getName()
The name of the slot that should be elicited from the user.
|
ElicitSubSlot |
getSubSlotToElicit()
The field is not supported.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setName(String name)
The name of the slot that should be elicited from the user.
|
void |
setSubSlotToElicit(ElicitSubSlot subSlotToElicit)
The field is not supported.
|
String |
toString()
Returns a string representation of this object.
|
ElicitSubSlot |
withName(String name)
The name of the slot that should be elicited from the user.
|
ElicitSubSlot |
withSubSlotToElicit(ElicitSubSlot subSlotToElicit)
The field is not supported.
|
public void setName(String name)
The name of the slot that should be elicited from the user.
name
- The name of the slot that should be elicited from the user.public String getName()
The name of the slot that should be elicited from the user.
public ElicitSubSlot withName(String name)
The name of the slot that should be elicited from the user.
name
- The name of the slot that should be elicited from the user.public void setSubSlotToElicit(ElicitSubSlot subSlotToElicit)
The field is not supported.
subSlotToElicit
- The field is not supported.public ElicitSubSlot getSubSlotToElicit()
The field is not supported.
public ElicitSubSlot withSubSlotToElicit(ElicitSubSlot subSlotToElicit)
The field is not supported.
subSlotToElicit
- The field is not supported.public String toString()
toString
in class Object
Object.toString()
public ElicitSubSlot clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.