pub struct CreateNotetakerRequestBuilder { /* private fields */ }Expand description
Builder for CreateNotetakerRequest.
Implementations§
Source§impl CreateNotetakerRequestBuilder
impl CreateNotetakerRequestBuilder
Sourcepub fn new(provider_settings: ProviderSettings) -> Self
pub fn new(provider_settings: ProviderSettings) -> Self
Create a new builder.
Sourcepub fn transcription_settings(self, settings: TranscriptionSettings) -> Self
pub fn transcription_settings(self, settings: TranscriptionSettings) -> Self
Set transcription settings.
Sourcepub fn summary_settings(self, settings: SummarySettings) -> Self
pub fn summary_settings(self, settings: SummarySettings) -> Self
Set summary settings.
Sourcepub fn webhook_url(self, url: impl Into<String>) -> Self
pub fn webhook_url(self, url: impl Into<String>) -> Self
Set webhook URL.
Sourcepub fn build(self) -> CreateNotetakerRequest
pub fn build(self) -> CreateNotetakerRequest
Build the request.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CreateNotetakerRequestBuilder
impl RefUnwindSafe for CreateNotetakerRequestBuilder
impl Send for CreateNotetakerRequestBuilder
impl Sync for CreateNotetakerRequestBuilder
impl Unpin for CreateNotetakerRequestBuilder
impl UnsafeUnpin for CreateNotetakerRequestBuilder
impl UnwindSafe for CreateNotetakerRequestBuilder
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