pub struct AssistantIntentData {
pub intent: String,
}Expand description
Agent intent description for current activity or plan
Fields§
§intent: StringShort description of what the agent is currently doing or planning to do
Trait Implementations§
Source§impl Clone for AssistantIntentData
impl Clone for AssistantIntentData
Source§fn clone(&self) -> AssistantIntentData
fn clone(&self) -> AssistantIntentData
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 AssistantIntentData
impl Debug for AssistantIntentData
Source§impl<'de> Deserialize<'de> for AssistantIntentData
impl<'de> Deserialize<'de> for AssistantIntentData
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
Auto Trait Implementations§
impl Freeze for AssistantIntentData
impl RefUnwindSafe for AssistantIntentData
impl Send for AssistantIntentData
impl Sync for AssistantIntentData
impl Unpin for AssistantIntentData
impl UnsafeUnpin for AssistantIntentData
impl UnwindSafe for AssistantIntentData
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