@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; useful for testing and debugging.
|
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.
UtteranceData
objects for each version.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.
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.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.
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.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.
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.public String toString()
toString
in class Object
Object.toString()
public GetUtterancesViewResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.