pub struct Mono {
pub combined_url: Option<String>,
pub assistant_url: Option<String>,
pub customer_url: Option<String>,
}
Fields§
§combined_url: Option<String>
This is the combined recording url for the call. To enable, set assistant.artifactPlan.recordingEnabled
.
assistant_url: Option<String>
This is the mono recording url for the assistant. To enable, set assistant.artifactPlan.recordingEnabled
.
customer_url: Option<String>
This is the mono recording url for the customer. To enable, set assistant.artifactPlan.recordingEnabled
.
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Mono
impl<'de> Deserialize<'de> for Mono
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 StructuralPartialEq for Mono
Auto Trait Implementations§
impl Freeze for Mono
impl RefUnwindSafe for Mono
impl Send for Mono
impl Sync for Mono
impl Unpin for Mono
impl UnwindSafe for Mono
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