pub struct GoogleCloudRetailV2ConversationalSearchResponseFollowupQuestionSuggestedAnswer {
pub product_attribute_value: Option<GoogleCloudRetailV2ProductAttributeValue>,
}Expand description
Suggested answers to the follow-up question. If it’s numerical attribute, only ProductAttributeInterval will be set. If it’s textual attribute, only productAttributeValue will be set.
This type is not used in any activity, and only used as part of another schema.
Fields§
§product_attribute_value: Option<GoogleCloudRetailV2ProductAttributeValue>Product attribute value, including an attribute key and an attribute value. Other types can be added here in the future.
Trait Implementations§
Source§impl Clone for GoogleCloudRetailV2ConversationalSearchResponseFollowupQuestionSuggestedAnswer
impl Clone for GoogleCloudRetailV2ConversationalSearchResponseFollowupQuestionSuggestedAnswer
Source§fn clone(
&self,
) -> GoogleCloudRetailV2ConversationalSearchResponseFollowupQuestionSuggestedAnswer
fn clone( &self, ) -> GoogleCloudRetailV2ConversationalSearchResponseFollowupQuestionSuggestedAnswer
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GoogleCloudRetailV2ConversationalSearchResponseFollowupQuestionSuggestedAnswer
impl Debug for GoogleCloudRetailV2ConversationalSearchResponseFollowupQuestionSuggestedAnswer
Source§impl Default for GoogleCloudRetailV2ConversationalSearchResponseFollowupQuestionSuggestedAnswer
impl Default for GoogleCloudRetailV2ConversationalSearchResponseFollowupQuestionSuggestedAnswer
Source§fn default() -> GoogleCloudRetailV2ConversationalSearchResponseFollowupQuestionSuggestedAnswer
fn default() -> GoogleCloudRetailV2ConversationalSearchResponseFollowupQuestionSuggestedAnswer
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GoogleCloudRetailV2ConversationalSearchResponseFollowupQuestionSuggestedAnswer
impl<'de> Deserialize<'de> for GoogleCloudRetailV2ConversationalSearchResponseFollowupQuestionSuggestedAnswer
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Serialize for GoogleCloudRetailV2ConversationalSearchResponseFollowupQuestionSuggestedAnswer
impl Serialize for GoogleCloudRetailV2ConversationalSearchResponseFollowupQuestionSuggestedAnswer
impl Part for GoogleCloudRetailV2ConversationalSearchResponseFollowupQuestionSuggestedAnswer
Auto Trait Implementations§
impl Freeze for GoogleCloudRetailV2ConversationalSearchResponseFollowupQuestionSuggestedAnswer
impl RefUnwindSafe for GoogleCloudRetailV2ConversationalSearchResponseFollowupQuestionSuggestedAnswer
impl Send for GoogleCloudRetailV2ConversationalSearchResponseFollowupQuestionSuggestedAnswer
impl Sync for GoogleCloudRetailV2ConversationalSearchResponseFollowupQuestionSuggestedAnswer
impl Unpin for GoogleCloudRetailV2ConversationalSearchResponseFollowupQuestionSuggestedAnswer
impl UnwindSafe for GoogleCloudRetailV2ConversationalSearchResponseFollowupQuestionSuggestedAnswer
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more