@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetSessionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetSessionRequest() |
Modifier and Type | Method and Description |
---|---|
GetSessionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getBotAlias()
The alias in use for the bot that contains the session data.
|
String |
getBotName()
The name of the bot that contains the session data.
|
String |
getCheckpointLabelFilter()
A string used to filter the intents returned in the
recentIntentSummaryView structure. |
String |
getUserId()
The ID of the client application user.
|
int |
hashCode() |
void |
setBotAlias(String botAlias)
The alias in use for the bot that contains the session data.
|
void |
setBotName(String botName)
The name of the bot that contains the session data.
|
void |
setCheckpointLabelFilter(String checkpointLabelFilter)
A string used to filter the intents returned in the
recentIntentSummaryView structure. |
void |
setUserId(String userId)
The ID of the client application user.
|
String |
toString()
Returns a string representation of this object.
|
GetSessionRequest |
withBotAlias(String botAlias)
The alias in use for the bot that contains the session data.
|
GetSessionRequest |
withBotName(String botName)
The name of the bot that contains the session data.
|
GetSessionRequest |
withCheckpointLabelFilter(String checkpointLabelFilter)
A string used to filter the intents returned in the
recentIntentSummaryView structure. |
GetSessionRequest |
withUserId(String userId)
The ID of the client application user.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setBotName(String botName)
The name of the bot that contains the session data.
botName
- The name of the bot that contains the session data.public String getBotName()
The name of the bot that contains the session data.
public GetSessionRequest withBotName(String botName)
The name of the bot that contains the session data.
botName
- The name of the bot that contains the session data.public void setBotAlias(String botAlias)
The alias in use for the bot that contains the session data.
botAlias
- The alias in use for the bot that contains the session data.public String getBotAlias()
The alias in use for the bot that contains the session data.
public GetSessionRequest withBotAlias(String botAlias)
The alias in use for the bot that contains the session data.
botAlias
- The alias in use for the bot that contains the session data.public void setUserId(String userId)
The ID of the client application user. Amazon Lex uses this to identify a user's conversation with your bot.
userId
- The ID of the client application user. Amazon Lex uses this to identify a user's conversation with your
bot.public String getUserId()
The ID of the client application user. Amazon Lex uses this to identify a user's conversation with your bot.
public GetSessionRequest withUserId(String userId)
The ID of the client application user. Amazon Lex uses this to identify a user's conversation with your bot.
userId
- The ID of the client application user. Amazon Lex uses this to identify a user's conversation with your
bot.public void setCheckpointLabelFilter(String checkpointLabelFilter)
A string used to filter the intents returned in the recentIntentSummaryView
structure.
When you specify a filter, only intents with their checkpointLabel
field set to that string are
returned.
checkpointLabelFilter
- A string used to filter the intents returned in the recentIntentSummaryView
structure.
When you specify a filter, only intents with their checkpointLabel
field set to that string
are returned.
public String getCheckpointLabelFilter()
A string used to filter the intents returned in the recentIntentSummaryView
structure.
When you specify a filter, only intents with their checkpointLabel
field set to that string are
returned.
recentIntentSummaryView
structure.
When you specify a filter, only intents with their checkpointLabel
field set to that string
are returned.
public GetSessionRequest withCheckpointLabelFilter(String checkpointLabelFilter)
A string used to filter the intents returned in the recentIntentSummaryView
structure.
When you specify a filter, only intents with their checkpointLabel
field set to that string are
returned.
checkpointLabelFilter
- A string used to filter the intents returned in the recentIntentSummaryView
structure.
When you specify a filter, only intents with their checkpointLabel
field set to that string
are returned.
public String toString()
toString
in class Object
Object.toString()
public GetSessionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()