pub struct Builder { /* private fields */ }Expand description
A builder for TextInputSpecification.
Implementations§
source§impl Builder
impl Builder
sourcepub fn start_timeout_ms(self, input: i32) -> Self
pub fn start_timeout_ms(self, input: i32) -> Self
Time for which a bot waits before re-prompting a customer for text input.
sourcepub fn set_start_timeout_ms(self, input: Option<i32>) -> Self
pub fn set_start_timeout_ms(self, input: Option<i32>) -> Self
Time for which a bot waits before re-prompting a customer for text input.
sourcepub fn build(self) -> TextInputSpecification
pub fn build(self) -> TextInputSpecification
Consumes the builder and constructs a TextInputSpecification.