pub struct AgentAudioSubmitResponse {
pub accepted: bool,
pub interaction_id: String,
pub conversation_id: Option<String>,
}Fields§
§accepted: bool§interaction_id: String§conversation_id: Option<String>Trait Implementations§
Source§impl Clone for AgentAudioSubmitResponse
impl Clone for AgentAudioSubmitResponse
Source§fn clone(&self) -> AgentAudioSubmitResponse
fn clone(&self) -> AgentAudioSubmitResponse
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 AgentAudioSubmitResponse
impl Debug for AgentAudioSubmitResponse
Source§impl<'de> Deserialize<'de> for AgentAudioSubmitResponse
impl<'de> Deserialize<'de> for AgentAudioSubmitResponse
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 Eq for AgentAudioSubmitResponse
Source§impl PartialEq for AgentAudioSubmitResponse
impl PartialEq for AgentAudioSubmitResponse
Source§impl Serialize for AgentAudioSubmitResponse
impl Serialize for AgentAudioSubmitResponse
impl StructuralPartialEq for AgentAudioSubmitResponse
Auto Trait Implementations§
impl Freeze for AgentAudioSubmitResponse
impl RefUnwindSafe for AgentAudioSubmitResponse
impl Send for AgentAudioSubmitResponse
impl Sync for AgentAudioSubmitResponse
impl Unpin for AgentAudioSubmitResponse
impl UnsafeUnpin for AgentAudioSubmitResponse
impl UnwindSafe for AgentAudioSubmitResponse
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