pub struct GoogleCloudRetailV2ConversationalSearchResponseFollowupQuestion {
pub followup_question: Option<String>,
pub suggested_answers: Option<Vec<GoogleCloudRetailV2ConversationalSearchResponseFollowupQuestionSuggestedAnswer>>,
}Expand description
The conversational followup question generated for Intent refinement.
This type is not used in any activity, and only used as part of another schema.
Fields§
§followup_question: Option<String>The conversational followup question generated for Intent refinement.
suggested_answers: Option<Vec<GoogleCloudRetailV2ConversationalSearchResponseFollowupQuestionSuggestedAnswer>>The answer options provided to client for the follow-up question.
Trait Implementations§
Source§impl Clone for GoogleCloudRetailV2ConversationalSearchResponseFollowupQuestion
impl Clone for GoogleCloudRetailV2ConversationalSearchResponseFollowupQuestion
Source§fn clone(
&self,
) -> GoogleCloudRetailV2ConversationalSearchResponseFollowupQuestion
fn clone( &self, ) -> GoogleCloudRetailV2ConversationalSearchResponseFollowupQuestion
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 Default for GoogleCloudRetailV2ConversationalSearchResponseFollowupQuestion
impl Default for GoogleCloudRetailV2ConversationalSearchResponseFollowupQuestion
Source§fn default() -> GoogleCloudRetailV2ConversationalSearchResponseFollowupQuestion
fn default() -> GoogleCloudRetailV2ConversationalSearchResponseFollowupQuestion
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GoogleCloudRetailV2ConversationalSearchResponseFollowupQuestion
impl<'de> Deserialize<'de> for GoogleCloudRetailV2ConversationalSearchResponseFollowupQuestion
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
impl Part for GoogleCloudRetailV2ConversationalSearchResponseFollowupQuestion
Auto Trait Implementations§
impl Freeze for GoogleCloudRetailV2ConversationalSearchResponseFollowupQuestion
impl RefUnwindSafe for GoogleCloudRetailV2ConversationalSearchResponseFollowupQuestion
impl Send for GoogleCloudRetailV2ConversationalSearchResponseFollowupQuestion
impl Sync for GoogleCloudRetailV2ConversationalSearchResponseFollowupQuestion
impl Unpin for GoogleCloudRetailV2ConversationalSearchResponseFollowupQuestion
impl UnwindSafe for GoogleCloudRetailV2ConversationalSearchResponseFollowupQuestion
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