Struct aws_sdk_lexmodelsv2::operation::list_session_analytics_data::builders::ListSessionAnalyticsDataOutputBuilder
source · #[non_exhaustive]pub struct ListSessionAnalyticsDataOutputBuilder { /* private fields */ }
Expand description
A builder for ListSessionAnalyticsDataOutput
.
Implementations§
source§impl ListSessionAnalyticsDataOutputBuilder
impl ListSessionAnalyticsDataOutputBuilder
sourcepub fn bot_id(self, input: impl Into<String>) -> Self
pub fn bot_id(self, input: impl Into<String>) -> Self
The unique identifier of the bot that the sessions belong to.
sourcepub fn set_bot_id(self, input: Option<String>) -> Self
pub fn set_bot_id(self, input: Option<String>) -> Self
The unique identifier of the bot that the sessions belong to.
sourcepub fn get_bot_id(&self) -> &Option<String>
pub fn get_bot_id(&self) -> &Option<String>
The unique identifier of the bot that the sessions belong to.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
If the response from the ListSessionAnalyticsData operation contains more results than specified in the maxResults parameter, a token is returned in the response.
Use the returned token in the nextToken parameter of a ListSessionAnalyticsData request to return the next page of results. For a complete set of results, call the ListSessionAnalyticsData operation until the nextToken returned in the response is null.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
If the response from the ListSessionAnalyticsData operation contains more results than specified in the maxResults parameter, a token is returned in the response.
Use the returned token in the nextToken parameter of a ListSessionAnalyticsData request to return the next page of results. For a complete set of results, call the ListSessionAnalyticsData operation until the nextToken returned in the response is null.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
If the response from the ListSessionAnalyticsData operation contains more results than specified in the maxResults parameter, a token is returned in the response.
Use the returned token in the nextToken parameter of a ListSessionAnalyticsData request to return the next page of results. For a complete set of results, call the ListSessionAnalyticsData operation until the nextToken returned in the response is null.
sourcepub fn sessions(self, input: SessionSpecification) -> Self
pub fn sessions(self, input: SessionSpecification) -> Self
Appends an item to sessions
.
To override the contents of this collection use set_sessions
.
A list of objects, each of which contains information about a session with the bot.
sourcepub fn set_sessions(self, input: Option<Vec<SessionSpecification>>) -> Self
pub fn set_sessions(self, input: Option<Vec<SessionSpecification>>) -> Self
A list of objects, each of which contains information about a session with the bot.
sourcepub fn get_sessions(&self) -> &Option<Vec<SessionSpecification>>
pub fn get_sessions(&self) -> &Option<Vec<SessionSpecification>>
A list of objects, each of which contains information about a session with the bot.
sourcepub fn build(self) -> ListSessionAnalyticsDataOutput
pub fn build(self) -> ListSessionAnalyticsDataOutput
Consumes the builder and constructs a ListSessionAnalyticsDataOutput
.
Trait Implementations§
source§impl Clone for ListSessionAnalyticsDataOutputBuilder
impl Clone for ListSessionAnalyticsDataOutputBuilder
source§fn clone(&self) -> ListSessionAnalyticsDataOutputBuilder
fn clone(&self) -> ListSessionAnalyticsDataOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for ListSessionAnalyticsDataOutputBuilder
impl Default for ListSessionAnalyticsDataOutputBuilder
source§fn default() -> ListSessionAnalyticsDataOutputBuilder
fn default() -> ListSessionAnalyticsDataOutputBuilder
source§impl PartialEq for ListSessionAnalyticsDataOutputBuilder
impl PartialEq for ListSessionAnalyticsDataOutputBuilder
source§fn eq(&self, other: &ListSessionAnalyticsDataOutputBuilder) -> bool
fn eq(&self, other: &ListSessionAnalyticsDataOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.