@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetUtterancesViewResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetUtterancesViewResult() |
Modifier and Type | Method and Description |
---|---|
GetUtterancesViewResult |
clone() |
boolean |
equals(Object obj) |
String |
getBotName()
The name of the bot for which utterance information was returned.
|
List<UtteranceList> |
getUtterances()
An array of UtteranceList objects, each containing a list of UtteranceData objects describing the
utterances that were processed by your bot.
|
int |
hashCode() |
void |
setBotName(String botName)
The name of the bot for which utterance information was returned.
|
void |
setUtterances(Collection<UtteranceList> utterances)
An array of UtteranceList objects, each containing a list of UtteranceData objects describing the
utterances that were processed by your bot.
|
String |
toString()
Returns a string representation of this object.
|
GetUtterancesViewResult |
withBotName(String botName)
The name of the bot for which utterance information was returned.
|
GetUtterancesViewResult |
withUtterances(Collection<UtteranceList> utterances)
An array of UtteranceList objects, each containing a list of UtteranceData objects describing the
utterances that were processed by your bot.
|
GetUtterancesViewResult |
withUtterances(UtteranceList... utterances)
An array of UtteranceList objects, each containing a list of UtteranceData objects describing the
utterances that were processed by your bot.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setBotName(String botName)
The name of the bot for which utterance information was returned.
botName
- The name of the bot for which utterance information was returned.public String getBotName()
The name of the bot for which utterance information was returned.
public GetUtterancesViewResult withBotName(String botName)
The name of the bot for which utterance information was returned.
botName
- The name of the bot for which utterance information was returned.public List<UtteranceList> getUtterances()
An array of UtteranceList objects, each containing a list of UtteranceData objects describing the
utterances that were processed by your bot. The response contains a maximum of 100 UtteranceData
objects for each version. Amazon Lex returns the most frequent utterances received by the bot in the last 15
days.
UtteranceData
objects for each version. Amazon Lex returns the most frequent utterances
received by the bot in the last 15 days.public void setUtterances(Collection<UtteranceList> utterances)
An array of UtteranceList objects, each containing a list of UtteranceData objects describing the
utterances that were processed by your bot. The response contains a maximum of 100 UtteranceData
objects for each version. Amazon Lex returns the most frequent utterances received by the bot in the last 15
days.
utterances
- An array of UtteranceList objects, each containing a list of UtteranceData objects
describing the utterances that were processed by your bot. The response contains a maximum of 100
UtteranceData
objects for each version. Amazon Lex returns the most frequent utterances
received by the bot in the last 15 days.public GetUtterancesViewResult withUtterances(UtteranceList... utterances)
An array of UtteranceList objects, each containing a list of UtteranceData objects describing the
utterances that were processed by your bot. The response contains a maximum of 100 UtteranceData
objects for each version. Amazon Lex returns the most frequent utterances received by the bot in the last 15
days.
NOTE: This method appends the values to the existing list (if any). Use
setUtterances(java.util.Collection)
or withUtterances(java.util.Collection)
if you want to
override the existing values.
utterances
- An array of UtteranceList objects, each containing a list of UtteranceData objects
describing the utterances that were processed by your bot. The response contains a maximum of 100
UtteranceData
objects for each version. Amazon Lex returns the most frequent utterances
received by the bot in the last 15 days.public GetUtterancesViewResult withUtterances(Collection<UtteranceList> utterances)
An array of UtteranceList objects, each containing a list of UtteranceData objects describing the
utterances that were processed by your bot. The response contains a maximum of 100 UtteranceData
objects for each version. Amazon Lex returns the most frequent utterances received by the bot in the last 15
days.
utterances
- An array of UtteranceList objects, each containing a list of UtteranceData objects
describing the utterances that were processed by your bot. The response contains a maximum of 100
UtteranceData
objects for each version. Amazon Lex returns the most frequent utterances
received by the bot in the last 15 days.public String toString()
toString
in class Object
Object.toString()
public GetUtterancesViewResult clone()