Interface HumanAgentHandoffConfig.SalesforceLiveAgentConfigOrBuilder

    • Method Detail

      • getOrganizationId

        String getOrganizationId()
         Required. The organization ID of the Salesforce account.
         
        string organization_id = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The organizationId.
      • getOrganizationIdBytes

        com.google.protobuf.ByteString getOrganizationIdBytes()
         Required. The organization ID of the Salesforce account.
         
        string organization_id = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The bytes for organizationId.
      • getDeploymentId

        String getDeploymentId()
         Required. Live Agent deployment ID.
         
        string deployment_id = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The deploymentId.
      • getDeploymentIdBytes

        com.google.protobuf.ByteString getDeploymentIdBytes()
         Required. Live Agent deployment ID.
         
        string deployment_id = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The bytes for deploymentId.
      • getButtonId

        String getButtonId()
         Required. Live Agent chat button ID.
         
        string button_id = 3 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The buttonId.
      • getButtonIdBytes

        com.google.protobuf.ByteString getButtonIdBytes()
         Required. Live Agent chat button ID.
         
        string button_id = 3 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The bytes for buttonId.
      • getEndpointDomain

        String getEndpointDomain()
         Required. Domain of the Live Agent endpoint for this agent. You can find
         the endpoint URL in the `Live Agent settings` page. For example if URL
         has the form https://d.la4-c2-phx.salesforceliveagent.com/...,
         you should fill in d.la4-c2-phx.salesforceliveagent.com.
         
        string endpoint_domain = 4 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The endpointDomain.
      • getEndpointDomainBytes

        com.google.protobuf.ByteString getEndpointDomainBytes()
         Required. Domain of the Live Agent endpoint for this agent. You can find
         the endpoint URL in the `Live Agent settings` page. For example if URL
         has the form https://d.la4-c2-phx.salesforceliveagent.com/...,
         you should fill in d.la4-c2-phx.salesforceliveagent.com.
         
        string endpoint_domain = 4 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The bytes for endpointDomain.