1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
#[allow(missing_docs)] // documentation missing in model
#[non_exhaustive]
#[derive(std::fmt::Debug)]
pub struct RecognizeUtteranceOutput {
/// <p>Indicates whether the input mode to the operation was text or speech. </p>
#[doc(hidden)]
pub input_mode: std::option::Option<std::string::String>,
/// <p>Content type as specified in the <code>responseContentType</code> in the request.</p>
#[doc(hidden)]
pub content_type: std::option::Option<std::string::String>,
/// <p>A list of messages that were last sent to the user. The messages are ordered based on the order that you returned the messages from your Lambda function or the order that the messages are defined in the bot.</p>
/// <p>The <code>messages</code> field is compressed with gzip and then base64 encoded. Before you can use the contents of the field, you must decode and decompress the contents. See the example for a simple function to decode and decompress the contents.</p>
#[doc(hidden)]
pub messages: std::option::Option<std::string::String>,
/// <p>A list of intents that Amazon Lex V2 determined might satisfy the user's utterance.</p>
/// <p>Each interpretation includes the intent, a score that indicates how confident Amazon Lex V2 is that the interpretation is the correct one, and an optional sentiment response that indicates the sentiment expressed in the utterance.</p>
/// <p>The <code>interpretations</code> field is compressed with gzip and then base64 encoded. Before you can use the contents of the field, you must decode and decompress the contents. See the example for a simple function to decode and decompress the contents.</p>
#[doc(hidden)]
pub interpretations: std::option::Option<std::string::String>,
/// <p>Represents the current state of the dialog between the user and the bot.</p>
/// <p>Use this to determine the progress of the conversation and what the next action might be.</p>
/// <p>The <code>sessionState</code> field is compressed with gzip and then base64 encoded. Before you can use the contents of the field, you must decode and decompress the contents. See the example for a simple function to decode and decompress the contents.</p>
#[doc(hidden)]
pub session_state: std::option::Option<std::string::String>,
/// <p>The attributes sent in the request.</p>
/// <p>The <code>requestAttributes</code> field is compressed with gzip and then base64 encoded. Before you can use the contents of the field, you must decode and decompress the contents.</p>
#[doc(hidden)]
pub request_attributes: std::option::Option<std::string::String>,
/// <p>The identifier of the session in use.</p>
#[doc(hidden)]
pub session_id: std::option::Option<std::string::String>,
/// <p>The text used to process the request.</p>
/// <p>If the input was an audio stream, the <code>inputTranscript</code> field contains the text extracted from the audio stream. This is the text that is actually processed to recognize intents and slot values. You can use this information to determine if Amazon Lex V2 is correctly processing the audio that you send.</p>
/// <p>The <code>inputTranscript</code> field is compressed with gzip and then base64 encoded. Before you can use the contents of the field, you must decode and decompress the contents. See the example for a simple function to decode and decompress the contents.</p>
#[doc(hidden)]
pub input_transcript: std::option::Option<std::string::String>,
/// <p>The prompt or statement to send to the user. This is based on the bot configuration and context. For example, if Amazon Lex V2 did not understand the user intent, it sends the <code>clarificationPrompt</code> configured for the bot. If the intent requires confirmation before taking the fulfillment action, it sends the <code>confirmationPrompt</code>. Another example: Suppose that the Lambda function successfully fulfilled the intent, and sent a message to convey to the user. Then Amazon Lex V2 sends that message in the response.</p>
pub audio_stream: aws_smithy_http::byte_stream::ByteStream,
}
impl RecognizeUtteranceOutput {
/// <p>Indicates whether the input mode to the operation was text or speech. </p>
pub fn input_mode(&self) -> std::option::Option<&str> {
self.input_mode.as_deref()
}
/// <p>Content type as specified in the <code>responseContentType</code> in the request.</p>
pub fn content_type(&self) -> std::option::Option<&str> {
self.content_type.as_deref()
}
/// <p>A list of messages that were last sent to the user. The messages are ordered based on the order that you returned the messages from your Lambda function or the order that the messages are defined in the bot.</p>
/// <p>The <code>messages</code> field is compressed with gzip and then base64 encoded. Before you can use the contents of the field, you must decode and decompress the contents. See the example for a simple function to decode and decompress the contents.</p>
pub fn messages(&self) -> std::option::Option<&str> {
self.messages.as_deref()
}
/// <p>A list of intents that Amazon Lex V2 determined might satisfy the user's utterance.</p>
/// <p>Each interpretation includes the intent, a score that indicates how confident Amazon Lex V2 is that the interpretation is the correct one, and an optional sentiment response that indicates the sentiment expressed in the utterance.</p>
/// <p>The <code>interpretations</code> field is compressed with gzip and then base64 encoded. Before you can use the contents of the field, you must decode and decompress the contents. See the example for a simple function to decode and decompress the contents.</p>
pub fn interpretations(&self) -> std::option::Option<&str> {
self.interpretations.as_deref()
}
/// <p>Represents the current state of the dialog between the user and the bot.</p>
/// <p>Use this to determine the progress of the conversation and what the next action might be.</p>
/// <p>The <code>sessionState</code> field is compressed with gzip and then base64 encoded. Before you can use the contents of the field, you must decode and decompress the contents. See the example for a simple function to decode and decompress the contents.</p>
pub fn session_state(&self) -> std::option::Option<&str> {
self.session_state.as_deref()
}
/// <p>The attributes sent in the request.</p>
/// <p>The <code>requestAttributes</code> field is compressed with gzip and then base64 encoded. Before you can use the contents of the field, you must decode and decompress the contents.</p>
pub fn request_attributes(&self) -> std::option::Option<&str> {
self.request_attributes.as_deref()
}
/// <p>The identifier of the session in use.</p>
pub fn session_id(&self) -> std::option::Option<&str> {
self.session_id.as_deref()
}
/// <p>The text used to process the request.</p>
/// <p>If the input was an audio stream, the <code>inputTranscript</code> field contains the text extracted from the audio stream. This is the text that is actually processed to recognize intents and slot values. You can use this information to determine if Amazon Lex V2 is correctly processing the audio that you send.</p>
/// <p>The <code>inputTranscript</code> field is compressed with gzip and then base64 encoded. Before you can use the contents of the field, you must decode and decompress the contents. See the example for a simple function to decode and decompress the contents.</p>
pub fn input_transcript(&self) -> std::option::Option<&str> {
self.input_transcript.as_deref()
}
/// <p>The prompt or statement to send to the user. This is based on the bot configuration and context. For example, if Amazon Lex V2 did not understand the user intent, it sends the <code>clarificationPrompt</code> configured for the bot. If the intent requires confirmation before taking the fulfillment action, it sends the <code>confirmationPrompt</code>. Another example: Suppose that the Lambda function successfully fulfilled the intent, and sent a message to convey to the user. Then Amazon Lex V2 sends that message in the response.</p>
pub fn audio_stream(&self) -> &aws_smithy_http::byte_stream::ByteStream {
&self.audio_stream
}
}
/// See [`RecognizeUtteranceOutput`](crate::output::RecognizeUtteranceOutput).
pub mod recognize_utterance_output {
/// A builder for [`RecognizeUtteranceOutput`](crate::output::RecognizeUtteranceOutput).
#[derive(std::default::Default, std::fmt::Debug)]
pub struct Builder {
pub(crate) input_mode: std::option::Option<std::string::String>,
pub(crate) content_type: std::option::Option<std::string::String>,
pub(crate) messages: std::option::Option<std::string::String>,
pub(crate) interpretations: std::option::Option<std::string::String>,
pub(crate) session_state: std::option::Option<std::string::String>,
pub(crate) request_attributes: std::option::Option<std::string::String>,
pub(crate) session_id: std::option::Option<std::string::String>,
pub(crate) input_transcript: std::option::Option<std::string::String>,
pub(crate) audio_stream: std::option::Option<aws_smithy_http::byte_stream::ByteStream>,
}
impl Builder {
/// <p>Indicates whether the input mode to the operation was text or speech. </p>
pub fn input_mode(mut self, input: impl Into<std::string::String>) -> Self {
self.input_mode = Some(input.into());
self
}
/// <p>Indicates whether the input mode to the operation was text or speech. </p>
pub fn set_input_mode(mut self, input: std::option::Option<std::string::String>) -> Self {
self.input_mode = input;
self
}
/// <p>Content type as specified in the <code>responseContentType</code> in the request.</p>
pub fn content_type(mut self, input: impl Into<std::string::String>) -> Self {
self.content_type = Some(input.into());
self
}
/// <p>Content type as specified in the <code>responseContentType</code> in the request.</p>
pub fn set_content_type(mut self, input: std::option::Option<std::string::String>) -> Self {
self.content_type = input;
self
}
/// <p>A list of messages that were last sent to the user. The messages are ordered based on the order that you returned the messages from your Lambda function or the order that the messages are defined in the bot.</p>
/// <p>The <code>messages</code> field is compressed with gzip and then base64 encoded. Before you can use the contents of the field, you must decode and decompress the contents. See the example for a simple function to decode and decompress the contents.</p>
pub fn messages(mut self, input: impl Into<std::string::String>) -> Self {
self.messages = Some(input.into());
self
}
/// <p>A list of messages that were last sent to the user. The messages are ordered based on the order that you returned the messages from your Lambda function or the order that the messages are defined in the bot.</p>
/// <p>The <code>messages</code> field is compressed with gzip and then base64 encoded. Before you can use the contents of the field, you must decode and decompress the contents. See the example for a simple function to decode and decompress the contents.</p>
pub fn set_messages(mut self, input: std::option::Option<std::string::String>) -> Self {
self.messages = input;
self
}
/// <p>A list of intents that Amazon Lex V2 determined might satisfy the user's utterance.</p>
/// <p>Each interpretation includes the intent, a score that indicates how confident Amazon Lex V2 is that the interpretation is the correct one, and an optional sentiment response that indicates the sentiment expressed in the utterance.</p>
/// <p>The <code>interpretations</code> field is compressed with gzip and then base64 encoded. Before you can use the contents of the field, you must decode and decompress the contents. See the example for a simple function to decode and decompress the contents.</p>
pub fn interpretations(mut self, input: impl Into<std::string::String>) -> Self {
self.interpretations = Some(input.into());
self
}
/// <p>A list of intents that Amazon Lex V2 determined might satisfy the user's utterance.</p>
/// <p>Each interpretation includes the intent, a score that indicates how confident Amazon Lex V2 is that the interpretation is the correct one, and an optional sentiment response that indicates the sentiment expressed in the utterance.</p>
/// <p>The <code>interpretations</code> field is compressed with gzip and then base64 encoded. Before you can use the contents of the field, you must decode and decompress the contents. See the example for a simple function to decode and decompress the contents.</p>
pub fn set_interpretations(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.interpretations = input;
self
}
/// <p>Represents the current state of the dialog between the user and the bot.</p>
/// <p>Use this to determine the progress of the conversation and what the next action might be.</p>
/// <p>The <code>sessionState</code> field is compressed with gzip and then base64 encoded. Before you can use the contents of the field, you must decode and decompress the contents. See the example for a simple function to decode and decompress the contents.</p>
pub fn session_state(mut self, input: impl Into<std::string::String>) -> Self {
self.session_state = Some(input.into());
self
}
/// <p>Represents the current state of the dialog between the user and the bot.</p>
/// <p>Use this to determine the progress of the conversation and what the next action might be.</p>
/// <p>The <code>sessionState</code> field is compressed with gzip and then base64 encoded. Before you can use the contents of the field, you must decode and decompress the contents. See the example for a simple function to decode and decompress the contents.</p>
pub fn set_session_state(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.session_state = input;
self
}
/// <p>The attributes sent in the request.</p>
/// <p>The <code>requestAttributes</code> field is compressed with gzip and then base64 encoded. Before you can use the contents of the field, you must decode and decompress the contents.</p>
pub fn request_attributes(mut self, input: impl Into<std::string::String>) -> Self {
self.request_attributes = Some(input.into());
self
}
/// <p>The attributes sent in the request.</p>
/// <p>The <code>requestAttributes</code> field is compressed with gzip and then base64 encoded. Before you can use the contents of the field, you must decode and decompress the contents.</p>
pub fn set_request_attributes(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.request_attributes = input;
self
}
/// <p>The identifier of the session in use.</p>
pub fn session_id(mut self, input: impl Into<std::string::String>) -> Self {
self.session_id = Some(input.into());
self
}
/// <p>The identifier of the session in use.</p>
pub fn set_session_id(mut self, input: std::option::Option<std::string::String>) -> Self {
self.session_id = input;
self
}
/// <p>The text used to process the request.</p>
/// <p>If the input was an audio stream, the <code>inputTranscript</code> field contains the text extracted from the audio stream. This is the text that is actually processed to recognize intents and slot values. You can use this information to determine if Amazon Lex V2 is correctly processing the audio that you send.</p>
/// <p>The <code>inputTranscript</code> field is compressed with gzip and then base64 encoded. Before you can use the contents of the field, you must decode and decompress the contents. See the example for a simple function to decode and decompress the contents.</p>
pub fn input_transcript(mut self, input: impl Into<std::string::String>) -> Self {
self.input_transcript = Some(input.into());
self
}
/// <p>The text used to process the request.</p>
/// <p>If the input was an audio stream, the <code>inputTranscript</code> field contains the text extracted from the audio stream. This is the text that is actually processed to recognize intents and slot values. You can use this information to determine if Amazon Lex V2 is correctly processing the audio that you send.</p>
/// <p>The <code>inputTranscript</code> field is compressed with gzip and then base64 encoded. Before you can use the contents of the field, you must decode and decompress the contents. See the example for a simple function to decode and decompress the contents.</p>
pub fn set_input_transcript(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.input_transcript = input;
self
}
/// <p>The prompt or statement to send to the user. This is based on the bot configuration and context. For example, if Amazon Lex V2 did not understand the user intent, it sends the <code>clarificationPrompt</code> configured for the bot. If the intent requires confirmation before taking the fulfillment action, it sends the <code>confirmationPrompt</code>. Another example: Suppose that the Lambda function successfully fulfilled the intent, and sent a message to convey to the user. Then Amazon Lex V2 sends that message in the response.</p>
pub fn audio_stream(mut self, input: aws_smithy_http::byte_stream::ByteStream) -> Self {
self.audio_stream = Some(input);
self
}
/// <p>The prompt or statement to send to the user. This is based on the bot configuration and context. For example, if Amazon Lex V2 did not understand the user intent, it sends the <code>clarificationPrompt</code> configured for the bot. If the intent requires confirmation before taking the fulfillment action, it sends the <code>confirmationPrompt</code>. Another example: Suppose that the Lambda function successfully fulfilled the intent, and sent a message to convey to the user. Then Amazon Lex V2 sends that message in the response.</p>
pub fn set_audio_stream(
mut self,
input: std::option::Option<aws_smithy_http::byte_stream::ByteStream>,
) -> Self {
self.audio_stream = input;
self
}
/// Consumes the builder and constructs a [`RecognizeUtteranceOutput`](crate::output::RecognizeUtteranceOutput).
pub fn build(self) -> crate::output::RecognizeUtteranceOutput {
crate::output::RecognizeUtteranceOutput {
input_mode: self.input_mode,
content_type: self.content_type,
messages: self.messages,
interpretations: self.interpretations,
session_state: self.session_state,
request_attributes: self.request_attributes,
session_id: self.session_id,
input_transcript: self.input_transcript,
audio_stream: self.audio_stream.unwrap_or_default(),
}
}
}
}
impl RecognizeUtteranceOutput {
/// Creates a new builder-style object to manufacture [`RecognizeUtteranceOutput`](crate::output::RecognizeUtteranceOutput).
pub fn builder() -> crate::output::recognize_utterance_output::Builder {
crate::output::recognize_utterance_output::Builder::default()
}
}
#[allow(missing_docs)] // documentation missing in model
#[non_exhaustive]
#[derive(std::clone::Clone, std::cmp::PartialEq, std::fmt::Debug)]
pub struct RecognizeTextOutput {
/// <p>A list of messages last sent to the user. The messages are ordered based on the order that you returned the messages from your Lambda function or the order that the messages are defined in the bot.</p>
#[doc(hidden)]
pub messages: std::option::Option<std::vec::Vec<crate::model::Message>>,
/// <p>Represents the current state of the dialog between the user and the bot. </p>
/// <p>Use this to determine the progress of the conversation and what the next action may be.</p>
#[doc(hidden)]
pub session_state: std::option::Option<crate::model::SessionState>,
/// <p>A list of intents that Amazon Lex V2 determined might satisfy the user's utterance. </p>
/// <p>Each interpretation includes the intent, a score that indicates now confident Amazon Lex V2 is that the interpretation is the correct one, and an optional sentiment response that indicates the sentiment expressed in the utterance.</p>
#[doc(hidden)]
pub interpretations: std::option::Option<std::vec::Vec<crate::model::Interpretation>>,
/// <p>The attributes sent in the request.</p>
#[doc(hidden)]
pub request_attributes:
std::option::Option<std::collections::HashMap<std::string::String, std::string::String>>,
/// <p>The identifier of the session in use.</p>
#[doc(hidden)]
pub session_id: std::option::Option<std::string::String>,
}
impl RecognizeTextOutput {
/// <p>A list of messages last sent to the user. The messages are ordered based on the order that you returned the messages from your Lambda function or the order that the messages are defined in the bot.</p>
pub fn messages(&self) -> std::option::Option<&[crate::model::Message]> {
self.messages.as_deref()
}
/// <p>Represents the current state of the dialog between the user and the bot. </p>
/// <p>Use this to determine the progress of the conversation and what the next action may be.</p>
pub fn session_state(&self) -> std::option::Option<&crate::model::SessionState> {
self.session_state.as_ref()
}
/// <p>A list of intents that Amazon Lex V2 determined might satisfy the user's utterance. </p>
/// <p>Each interpretation includes the intent, a score that indicates now confident Amazon Lex V2 is that the interpretation is the correct one, and an optional sentiment response that indicates the sentiment expressed in the utterance.</p>
pub fn interpretations(&self) -> std::option::Option<&[crate::model::Interpretation]> {
self.interpretations.as_deref()
}
/// <p>The attributes sent in the request.</p>
pub fn request_attributes(
&self,
) -> std::option::Option<&std::collections::HashMap<std::string::String, std::string::String>>
{
self.request_attributes.as_ref()
}
/// <p>The identifier of the session in use.</p>
pub fn session_id(&self) -> std::option::Option<&str> {
self.session_id.as_deref()
}
}
/// See [`RecognizeTextOutput`](crate::output::RecognizeTextOutput).
pub mod recognize_text_output {
/// A builder for [`RecognizeTextOutput`](crate::output::RecognizeTextOutput).
#[derive(std::clone::Clone, std::cmp::PartialEq, std::default::Default, std::fmt::Debug)]
pub struct Builder {
pub(crate) messages: std::option::Option<std::vec::Vec<crate::model::Message>>,
pub(crate) session_state: std::option::Option<crate::model::SessionState>,
pub(crate) interpretations:
std::option::Option<std::vec::Vec<crate::model::Interpretation>>,
pub(crate) request_attributes: std::option::Option<
std::collections::HashMap<std::string::String, std::string::String>,
>,
pub(crate) session_id: std::option::Option<std::string::String>,
}
impl Builder {
/// Appends an item to `messages`.
///
/// To override the contents of this collection use [`set_messages`](Self::set_messages).
///
/// <p>A list of messages last sent to the user. The messages are ordered based on the order that you returned the messages from your Lambda function or the order that the messages are defined in the bot.</p>
pub fn messages(mut self, input: crate::model::Message) -> Self {
let mut v = self.messages.unwrap_or_default();
v.push(input);
self.messages = Some(v);
self
}
/// <p>A list of messages last sent to the user. The messages are ordered based on the order that you returned the messages from your Lambda function or the order that the messages are defined in the bot.</p>
pub fn set_messages(
mut self,
input: std::option::Option<std::vec::Vec<crate::model::Message>>,
) -> Self {
self.messages = input;
self
}
/// <p>Represents the current state of the dialog between the user and the bot. </p>
/// <p>Use this to determine the progress of the conversation and what the next action may be.</p>
pub fn session_state(mut self, input: crate::model::SessionState) -> Self {
self.session_state = Some(input);
self
}
/// <p>Represents the current state of the dialog between the user and the bot. </p>
/// <p>Use this to determine the progress of the conversation and what the next action may be.</p>
pub fn set_session_state(
mut self,
input: std::option::Option<crate::model::SessionState>,
) -> Self {
self.session_state = input;
self
}
/// Appends an item to `interpretations`.
///
/// To override the contents of this collection use [`set_interpretations`](Self::set_interpretations).
///
/// <p>A list of intents that Amazon Lex V2 determined might satisfy the user's utterance. </p>
/// <p>Each interpretation includes the intent, a score that indicates now confident Amazon Lex V2 is that the interpretation is the correct one, and an optional sentiment response that indicates the sentiment expressed in the utterance.</p>
pub fn interpretations(mut self, input: crate::model::Interpretation) -> Self {
let mut v = self.interpretations.unwrap_or_default();
v.push(input);
self.interpretations = Some(v);
self
}
/// <p>A list of intents that Amazon Lex V2 determined might satisfy the user's utterance. </p>
/// <p>Each interpretation includes the intent, a score that indicates now confident Amazon Lex V2 is that the interpretation is the correct one, and an optional sentiment response that indicates the sentiment expressed in the utterance.</p>
pub fn set_interpretations(
mut self,
input: std::option::Option<std::vec::Vec<crate::model::Interpretation>>,
) -> Self {
self.interpretations = input;
self
}
/// Adds a key-value pair to `request_attributes`.
///
/// To override the contents of this collection use [`set_request_attributes`](Self::set_request_attributes).
///
/// <p>The attributes sent in the request.</p>
pub fn request_attributes(
mut self,
k: impl Into<std::string::String>,
v: impl Into<std::string::String>,
) -> Self {
let mut hash_map = self.request_attributes.unwrap_or_default();
hash_map.insert(k.into(), v.into());
self.request_attributes = Some(hash_map);
self
}
/// <p>The attributes sent in the request.</p>
pub fn set_request_attributes(
mut self,
input: std::option::Option<
std::collections::HashMap<std::string::String, std::string::String>,
>,
) -> Self {
self.request_attributes = input;
self
}
/// <p>The identifier of the session in use.</p>
pub fn session_id(mut self, input: impl Into<std::string::String>) -> Self {
self.session_id = Some(input.into());
self
}
/// <p>The identifier of the session in use.</p>
pub fn set_session_id(mut self, input: std::option::Option<std::string::String>) -> Self {
self.session_id = input;
self
}
/// Consumes the builder and constructs a [`RecognizeTextOutput`](crate::output::RecognizeTextOutput).
pub fn build(self) -> crate::output::RecognizeTextOutput {
crate::output::RecognizeTextOutput {
messages: self.messages,
session_state: self.session_state,
interpretations: self.interpretations,
request_attributes: self.request_attributes,
session_id: self.session_id,
}
}
}
}
impl RecognizeTextOutput {
/// Creates a new builder-style object to manufacture [`RecognizeTextOutput`](crate::output::RecognizeTextOutput).
pub fn builder() -> crate::output::recognize_text_output::Builder {
crate::output::recognize_text_output::Builder::default()
}
}
#[allow(missing_docs)] // documentation missing in model
#[non_exhaustive]
#[derive(std::fmt::Debug)]
pub struct PutSessionOutput {
/// <p>The type of response. Same as the type specified in the <code>responseContentType</code> field in the request.</p>
#[doc(hidden)]
pub content_type: std::option::Option<std::string::String>,
/// <p>A list of messages that were last sent to the user. The messages are ordered based on how you return the messages from you Lambda function or the order that the messages are defined in the bot.</p>
#[doc(hidden)]
pub messages: std::option::Option<std::string::String>,
/// <p>Represents the current state of the dialog between the user and the bot.</p>
/// <p>Use this to determine the progress of the conversation and what the next action may be.</p>
#[doc(hidden)]
pub session_state: std::option::Option<std::string::String>,
/// <p>Request-specific information passed between the client application and Amazon Lex V2. These are the same as the <code>requestAttribute</code> parameter in the call to the <code>PutSession</code> operation.</p>
#[doc(hidden)]
pub request_attributes: std::option::Option<std::string::String>,
/// <p>The identifier of the session that received the data.</p>
#[doc(hidden)]
pub session_id: std::option::Option<std::string::String>,
/// <p>If the requested content type was audio, the audio version of the message to convey to the user.</p>
pub audio_stream: aws_smithy_http::byte_stream::ByteStream,
}
impl PutSessionOutput {
/// <p>The type of response. Same as the type specified in the <code>responseContentType</code> field in the request.</p>
pub fn content_type(&self) -> std::option::Option<&str> {
self.content_type.as_deref()
}
/// <p>A list of messages that were last sent to the user. The messages are ordered based on how you return the messages from you Lambda function or the order that the messages are defined in the bot.</p>
pub fn messages(&self) -> std::option::Option<&str> {
self.messages.as_deref()
}
/// <p>Represents the current state of the dialog between the user and the bot.</p>
/// <p>Use this to determine the progress of the conversation and what the next action may be.</p>
pub fn session_state(&self) -> std::option::Option<&str> {
self.session_state.as_deref()
}
/// <p>Request-specific information passed between the client application and Amazon Lex V2. These are the same as the <code>requestAttribute</code> parameter in the call to the <code>PutSession</code> operation.</p>
pub fn request_attributes(&self) -> std::option::Option<&str> {
self.request_attributes.as_deref()
}
/// <p>The identifier of the session that received the data.</p>
pub fn session_id(&self) -> std::option::Option<&str> {
self.session_id.as_deref()
}
/// <p>If the requested content type was audio, the audio version of the message to convey to the user.</p>
pub fn audio_stream(&self) -> &aws_smithy_http::byte_stream::ByteStream {
&self.audio_stream
}
}
/// See [`PutSessionOutput`](crate::output::PutSessionOutput).
pub mod put_session_output {
/// A builder for [`PutSessionOutput`](crate::output::PutSessionOutput).
#[derive(std::default::Default, std::fmt::Debug)]
pub struct Builder {
pub(crate) content_type: std::option::Option<std::string::String>,
pub(crate) messages: std::option::Option<std::string::String>,
pub(crate) session_state: std::option::Option<std::string::String>,
pub(crate) request_attributes: std::option::Option<std::string::String>,
pub(crate) session_id: std::option::Option<std::string::String>,
pub(crate) audio_stream: std::option::Option<aws_smithy_http::byte_stream::ByteStream>,
}
impl Builder {
/// <p>The type of response. Same as the type specified in the <code>responseContentType</code> field in the request.</p>
pub fn content_type(mut self, input: impl Into<std::string::String>) -> Self {
self.content_type = Some(input.into());
self
}
/// <p>The type of response. Same as the type specified in the <code>responseContentType</code> field in the request.</p>
pub fn set_content_type(mut self, input: std::option::Option<std::string::String>) -> Self {
self.content_type = input;
self
}
/// <p>A list of messages that were last sent to the user. The messages are ordered based on how you return the messages from you Lambda function or the order that the messages are defined in the bot.</p>
pub fn messages(mut self, input: impl Into<std::string::String>) -> Self {
self.messages = Some(input.into());
self
}
/// <p>A list of messages that were last sent to the user. The messages are ordered based on how you return the messages from you Lambda function or the order that the messages are defined in the bot.</p>
pub fn set_messages(mut self, input: std::option::Option<std::string::String>) -> Self {
self.messages = input;
self
}
/// <p>Represents the current state of the dialog between the user and the bot.</p>
/// <p>Use this to determine the progress of the conversation and what the next action may be.</p>
pub fn session_state(mut self, input: impl Into<std::string::String>) -> Self {
self.session_state = Some(input.into());
self
}
/// <p>Represents the current state of the dialog between the user and the bot.</p>
/// <p>Use this to determine the progress of the conversation and what the next action may be.</p>
pub fn set_session_state(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.session_state = input;
self
}
/// <p>Request-specific information passed between the client application and Amazon Lex V2. These are the same as the <code>requestAttribute</code> parameter in the call to the <code>PutSession</code> operation.</p>
pub fn request_attributes(mut self, input: impl Into<std::string::String>) -> Self {
self.request_attributes = Some(input.into());
self
}
/// <p>Request-specific information passed between the client application and Amazon Lex V2. These are the same as the <code>requestAttribute</code> parameter in the call to the <code>PutSession</code> operation.</p>
pub fn set_request_attributes(
mut self,
input: std::option::Option<std::string::String>,
) -> Self {
self.request_attributes = input;
self
}
/// <p>The identifier of the session that received the data.</p>
pub fn session_id(mut self, input: impl Into<std::string::String>) -> Self {
self.session_id = Some(input.into());
self
}
/// <p>The identifier of the session that received the data.</p>
pub fn set_session_id(mut self, input: std::option::Option<std::string::String>) -> Self {
self.session_id = input;
self
}
/// <p>If the requested content type was audio, the audio version of the message to convey to the user.</p>
pub fn audio_stream(mut self, input: aws_smithy_http::byte_stream::ByteStream) -> Self {
self.audio_stream = Some(input);
self
}
/// <p>If the requested content type was audio, the audio version of the message to convey to the user.</p>
pub fn set_audio_stream(
mut self,
input: std::option::Option<aws_smithy_http::byte_stream::ByteStream>,
) -> Self {
self.audio_stream = input;
self
}
/// Consumes the builder and constructs a [`PutSessionOutput`](crate::output::PutSessionOutput).
pub fn build(self) -> crate::output::PutSessionOutput {
crate::output::PutSessionOutput {
content_type: self.content_type,
messages: self.messages,
session_state: self.session_state,
request_attributes: self.request_attributes,
session_id: self.session_id,
audio_stream: self.audio_stream.unwrap_or_default(),
}
}
}
}
impl PutSessionOutput {
/// Creates a new builder-style object to manufacture [`PutSessionOutput`](crate::output::PutSessionOutput).
pub fn builder() -> crate::output::put_session_output::Builder {
crate::output::put_session_output::Builder::default()
}
}
#[allow(missing_docs)] // documentation missing in model
#[non_exhaustive]
#[derive(std::clone::Clone, std::cmp::PartialEq, std::fmt::Debug)]
pub struct GetSessionOutput {
/// <p>The identifier of the returned session.</p>
#[doc(hidden)]
pub session_id: std::option::Option<std::string::String>,
/// <p>A list of messages that were last sent to the user. The messages are ordered based on the order that your returned the messages from your Lambda function or the order that messages are defined in the bot. </p>
#[doc(hidden)]
pub messages: std::option::Option<std::vec::Vec<crate::model::Message>>,
/// <p>A list of intents that Amazon Lex V2 determined might satisfy the user's utterance. </p>
/// <p>Each interpretation includes the intent, a score that indicates how confident Amazon Lex V2 is that the interpretation is the correct one, and an optional sentiment response that indicates the sentiment expressed in the utterance.</p>
#[doc(hidden)]
pub interpretations: std::option::Option<std::vec::Vec<crate::model::Interpretation>>,
/// <p>Represents the current state of the dialog between the user and the bot.</p>
/// <p>You can use this to determine the progress of the conversation and what the next action might be.</p>
#[doc(hidden)]
pub session_state: std::option::Option<crate::model::SessionState>,
}
impl GetSessionOutput {
/// <p>The identifier of the returned session.</p>
pub fn session_id(&self) -> std::option::Option<&str> {
self.session_id.as_deref()
}
/// <p>A list of messages that were last sent to the user. The messages are ordered based on the order that your returned the messages from your Lambda function or the order that messages are defined in the bot. </p>
pub fn messages(&self) -> std::option::Option<&[crate::model::Message]> {
self.messages.as_deref()
}
/// <p>A list of intents that Amazon Lex V2 determined might satisfy the user's utterance. </p>
/// <p>Each interpretation includes the intent, a score that indicates how confident Amazon Lex V2 is that the interpretation is the correct one, and an optional sentiment response that indicates the sentiment expressed in the utterance.</p>
pub fn interpretations(&self) -> std::option::Option<&[crate::model::Interpretation]> {
self.interpretations.as_deref()
}
/// <p>Represents the current state of the dialog between the user and the bot.</p>
/// <p>You can use this to determine the progress of the conversation and what the next action might be.</p>
pub fn session_state(&self) -> std::option::Option<&crate::model::SessionState> {
self.session_state.as_ref()
}
}
/// See [`GetSessionOutput`](crate::output::GetSessionOutput).
pub mod get_session_output {
/// A builder for [`GetSessionOutput`](crate::output::GetSessionOutput).
#[derive(std::clone::Clone, std::cmp::PartialEq, std::default::Default, std::fmt::Debug)]
pub struct Builder {
pub(crate) session_id: std::option::Option<std::string::String>,
pub(crate) messages: std::option::Option<std::vec::Vec<crate::model::Message>>,
pub(crate) interpretations:
std::option::Option<std::vec::Vec<crate::model::Interpretation>>,
pub(crate) session_state: std::option::Option<crate::model::SessionState>,
}
impl Builder {
/// <p>The identifier of the returned session.</p>
pub fn session_id(mut self, input: impl Into<std::string::String>) -> Self {
self.session_id = Some(input.into());
self
}
/// <p>The identifier of the returned session.</p>
pub fn set_session_id(mut self, input: std::option::Option<std::string::String>) -> Self {
self.session_id = input;
self
}
/// Appends an item to `messages`.
///
/// To override the contents of this collection use [`set_messages`](Self::set_messages).
///
/// <p>A list of messages that were last sent to the user. The messages are ordered based on the order that your returned the messages from your Lambda function or the order that messages are defined in the bot. </p>
pub fn messages(mut self, input: crate::model::Message) -> Self {
let mut v = self.messages.unwrap_or_default();
v.push(input);
self.messages = Some(v);
self
}
/// <p>A list of messages that were last sent to the user. The messages are ordered based on the order that your returned the messages from your Lambda function or the order that messages are defined in the bot. </p>
pub fn set_messages(
mut self,
input: std::option::Option<std::vec::Vec<crate::model::Message>>,
) -> Self {
self.messages = input;
self
}
/// Appends an item to `interpretations`.
///
/// To override the contents of this collection use [`set_interpretations`](Self::set_interpretations).
///
/// <p>A list of intents that Amazon Lex V2 determined might satisfy the user's utterance. </p>
/// <p>Each interpretation includes the intent, a score that indicates how confident Amazon Lex V2 is that the interpretation is the correct one, and an optional sentiment response that indicates the sentiment expressed in the utterance.</p>
pub fn interpretations(mut self, input: crate::model::Interpretation) -> Self {
let mut v = self.interpretations.unwrap_or_default();
v.push(input);
self.interpretations = Some(v);
self
}
/// <p>A list of intents that Amazon Lex V2 determined might satisfy the user's utterance. </p>
/// <p>Each interpretation includes the intent, a score that indicates how confident Amazon Lex V2 is that the interpretation is the correct one, and an optional sentiment response that indicates the sentiment expressed in the utterance.</p>
pub fn set_interpretations(
mut self,
input: std::option::Option<std::vec::Vec<crate::model::Interpretation>>,
) -> Self {
self.interpretations = input;
self
}
/// <p>Represents the current state of the dialog between the user and the bot.</p>
/// <p>You can use this to determine the progress of the conversation and what the next action might be.</p>
pub fn session_state(mut self, input: crate::model::SessionState) -> Self {
self.session_state = Some(input);
self
}
/// <p>Represents the current state of the dialog between the user and the bot.</p>
/// <p>You can use this to determine the progress of the conversation and what the next action might be.</p>
pub fn set_session_state(
mut self,
input: std::option::Option<crate::model::SessionState>,
) -> Self {
self.session_state = input;
self
}
/// Consumes the builder and constructs a [`GetSessionOutput`](crate::output::GetSessionOutput).
pub fn build(self) -> crate::output::GetSessionOutput {
crate::output::GetSessionOutput {
session_id: self.session_id,
messages: self.messages,
interpretations: self.interpretations,
session_state: self.session_state,
}
}
}
}
impl GetSessionOutput {
/// Creates a new builder-style object to manufacture [`GetSessionOutput`](crate::output::GetSessionOutput).
pub fn builder() -> crate::output::get_session_output::Builder {
crate::output::get_session_output::Builder::default()
}
}
#[allow(missing_docs)] // documentation missing in model
#[non_exhaustive]
#[derive(std::clone::Clone, std::cmp::PartialEq, std::fmt::Debug)]
pub struct DeleteSessionOutput {
/// <p>The identifier of the bot that contained the session data.</p>
#[doc(hidden)]
pub bot_id: std::option::Option<std::string::String>,
/// <p>The alias identifier in use for the bot that contained the session data.</p>
#[doc(hidden)]
pub bot_alias_id: std::option::Option<std::string::String>,
/// <p>The locale where the session was used.</p>
#[doc(hidden)]
pub locale_id: std::option::Option<std::string::String>,
/// <p>The identifier of the deleted session.</p>
#[doc(hidden)]
pub session_id: std::option::Option<std::string::String>,
}
impl DeleteSessionOutput {
/// <p>The identifier of the bot that contained the session data.</p>
pub fn bot_id(&self) -> std::option::Option<&str> {
self.bot_id.as_deref()
}
/// <p>The alias identifier in use for the bot that contained the session data.</p>
pub fn bot_alias_id(&self) -> std::option::Option<&str> {
self.bot_alias_id.as_deref()
}
/// <p>The locale where the session was used.</p>
pub fn locale_id(&self) -> std::option::Option<&str> {
self.locale_id.as_deref()
}
/// <p>The identifier of the deleted session.</p>
pub fn session_id(&self) -> std::option::Option<&str> {
self.session_id.as_deref()
}
}
/// See [`DeleteSessionOutput`](crate::output::DeleteSessionOutput).
pub mod delete_session_output {
/// A builder for [`DeleteSessionOutput`](crate::output::DeleteSessionOutput).
#[derive(std::clone::Clone, std::cmp::PartialEq, std::default::Default, std::fmt::Debug)]
pub struct Builder {
pub(crate) bot_id: std::option::Option<std::string::String>,
pub(crate) bot_alias_id: std::option::Option<std::string::String>,
pub(crate) locale_id: std::option::Option<std::string::String>,
pub(crate) session_id: std::option::Option<std::string::String>,
}
impl Builder {
/// <p>The identifier of the bot that contained the session data.</p>
pub fn bot_id(mut self, input: impl Into<std::string::String>) -> Self {
self.bot_id = Some(input.into());
self
}
/// <p>The identifier of the bot that contained the session data.</p>
pub fn set_bot_id(mut self, input: std::option::Option<std::string::String>) -> Self {
self.bot_id = input;
self
}
/// <p>The alias identifier in use for the bot that contained the session data.</p>
pub fn bot_alias_id(mut self, input: impl Into<std::string::String>) -> Self {
self.bot_alias_id = Some(input.into());
self
}
/// <p>The alias identifier in use for the bot that contained the session data.</p>
pub fn set_bot_alias_id(mut self, input: std::option::Option<std::string::String>) -> Self {
self.bot_alias_id = input;
self
}
/// <p>The locale where the session was used.</p>
pub fn locale_id(mut self, input: impl Into<std::string::String>) -> Self {
self.locale_id = Some(input.into());
self
}
/// <p>The locale where the session was used.</p>
pub fn set_locale_id(mut self, input: std::option::Option<std::string::String>) -> Self {
self.locale_id = input;
self
}
/// <p>The identifier of the deleted session.</p>
pub fn session_id(mut self, input: impl Into<std::string::String>) -> Self {
self.session_id = Some(input.into());
self
}
/// <p>The identifier of the deleted session.</p>
pub fn set_session_id(mut self, input: std::option::Option<std::string::String>) -> Self {
self.session_id = input;
self
}
/// Consumes the builder and constructs a [`DeleteSessionOutput`](crate::output::DeleteSessionOutput).
pub fn build(self) -> crate::output::DeleteSessionOutput {
crate::output::DeleteSessionOutput {
bot_id: self.bot_id,
bot_alias_id: self.bot_alias_id,
locale_id: self.locale_id,
session_id: self.session_id,
}
}
}
}
impl DeleteSessionOutput {
/// Creates a new builder-style object to manufacture [`DeleteSessionOutput`](crate::output::DeleteSessionOutput).
pub fn builder() -> crate::output::delete_session_output::Builder {
crate::output::delete_session_output::Builder::default()
}
}