Reference documentation and code samples for the Contact Center AI Insights V1 API class Google::Cloud::ContactCenterInsights::V1::CreateAnalysisRuleRequest.
The request to create a analysis rule. analysis_rule_id will be generated by the server.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#analysis_rule
def analysis_rule() -> ::Google::Cloud::ContactCenterInsights::V1::AnalysisRule
Returns
- (::Google::Cloud::ContactCenterInsights::V1::AnalysisRule) — Required. The analysis rule resource to create.
#analysis_rule=
def analysis_rule=(value) -> ::Google::Cloud::ContactCenterInsights::V1::AnalysisRule
Parameter
- value (::Google::Cloud::ContactCenterInsights::V1::AnalysisRule) — Required. The analysis rule resource to create.
Returns
- (::Google::Cloud::ContactCenterInsights::V1::AnalysisRule) — Required. The analysis rule resource to create.
#parent
def parent() -> ::String
Returns
-
(::String) — Required. The parent resource of the analysis rule. Required. The location
to create a analysis rule for. Format:
projects/<Project ID>/locations/<Location ID>
orprojects/<Project Number>/locations/<Location ID>
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — Required. The parent resource of the analysis rule. Required. The location
to create a analysis rule for. Format:
projects/<Project ID>/locations/<Location ID>
orprojects/<Project Number>/locations/<Location ID>
Returns
-
(::String) — Required. The parent resource of the analysis rule. Required. The location
to create a analysis rule for. Format:
projects/<Project ID>/locations/<Location ID>
orprojects/<Project Number>/locations/<Location ID>