[−][src]Struct google_dialogflow2::GoogleCloudDialogflowV2IntentMessage
Corresponds to the Response field in the Dialogflow console.
This type is not used in any activity, and only used as part of another schema.
Fields
simple_responses: Option<GoogleCloudDialogflowV2IntentMessageSimpleResponses>The voice and text-only responses for Actions on Google.
quick_replies: Option<GoogleCloudDialogflowV2IntentMessageQuickReplies>The quick replies response.
link_out_suggestion: Option<GoogleCloudDialogflowV2IntentMessageLinkOutSuggestion>The link out suggestion chip for Actions on Google.
text: Option<GoogleCloudDialogflowV2IntentMessageText>The text response.
image: Option<GoogleCloudDialogflowV2IntentMessageImage>The image response.
suggestions: Option<GoogleCloudDialogflowV2IntentMessageSuggestions>The suggestion chips for Actions on Google.
platform: Option<String>Optional. The platform that this message is intended for.
basic_card: Option<GoogleCloudDialogflowV2IntentMessageBasicCard>The basic card response for Actions on Google.
carousel_select: Option<GoogleCloudDialogflowV2IntentMessageCarouselSelect>The carousel card response for Actions on Google.
list_select: Option<GoogleCloudDialogflowV2IntentMessageListSelect>The list card response for Actions on Google.
payload: Option<HashMap<String, String>>Returns a response containing a custom, platform-specific payload. See the Intent.Message.Platform type for a description of the structure that may be required for your platform.
card: Option<GoogleCloudDialogflowV2IntentMessageCard>The card response.
Trait Implementations
impl Part for GoogleCloudDialogflowV2IntentMessage[src]
impl Clone for GoogleCloudDialogflowV2IntentMessage[src]
fn clone(&self) -> GoogleCloudDialogflowV2IntentMessage[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Default for GoogleCloudDialogflowV2IntentMessage[src]
impl Debug for GoogleCloudDialogflowV2IntentMessage[src]
impl Serialize for GoogleCloudDialogflowV2IntentMessage[src]
fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error> where
__S: Serializer, [src]
__S: Serializer,
impl<'de> Deserialize<'de> for GoogleCloudDialogflowV2IntentMessage[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
Auto Trait Implementations
impl Send for GoogleCloudDialogflowV2IntentMessage
impl Sync for GoogleCloudDialogflowV2IntentMessage
impl Unpin for GoogleCloudDialogflowV2IntentMessage
impl UnwindSafe for GoogleCloudDialogflowV2IntentMessage
impl RefUnwindSafe for GoogleCloudDialogflowV2IntentMessage
Blanket Implementations
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = !
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Typeable for T where
T: Any,
T: Any,
impl<T> DeserializeOwned for T where
T: Deserialize<'de>, [src]
T: Deserialize<'de>,