#[non_exhaustive]pub struct GetCallAnalyticsCategoryOutput { /* private fields */ }Implementations§
source§impl GetCallAnalyticsCategoryOutput
impl GetCallAnalyticsCategoryOutput
sourcepub fn category_properties(&self) -> Option<&CategoryProperties>
pub fn category_properties(&self) -> Option<&CategoryProperties>
Provides you with the properties of the Call Analytics category you specified in your GetCallAnalyticsCategory request.
source§impl GetCallAnalyticsCategoryOutput
impl GetCallAnalyticsCategoryOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetCallAnalyticsCategoryOutput.
Trait Implementations§
source§impl Clone for GetCallAnalyticsCategoryOutput
impl Clone for GetCallAnalyticsCategoryOutput
source§fn clone(&self) -> GetCallAnalyticsCategoryOutput
fn clone(&self) -> GetCallAnalyticsCategoryOutput
Returns a copy 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 more