Interface Fulfillment.ConditionalCases.CaseOrBuilder

    • Method Detail

      • getCondition

        String getCondition()
         The condition to activate and select this case. Empty means the
         condition is always true. The condition is evaluated against [form
         parameters][Form.parameters] or [session
         parameters][SessionInfo.parameters].
        
         See the [conditions
         reference](https://cloud.google.com/dialogflow/cx/docs/reference/condition).
         
        string condition = 1;
        Returns:
        The condition.
      • getConditionBytes

        com.google.protobuf.ByteString getConditionBytes()
         The condition to activate and select this case. Empty means the
         condition is always true. The condition is evaluated against [form
         parameters][Form.parameters] or [session
         parameters][SessionInfo.parameters].
        
         See the [conditions
         reference](https://cloud.google.com/dialogflow/cx/docs/reference/condition).
         
        string condition = 1;
        Returns:
        The bytes for condition.
      • getCaseContentCount

        int getCaseContentCount()
         A list of case content.
         
        repeated .google.cloud.dialogflow.cx.v3.Fulfillment.ConditionalCases.Case.CaseContent case_content = 2;