Class Page.Builder

  • All Implemented Interfaces:
    PageOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
    Enclosing class:
    Page

    public static final class Page.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<Page.Builder>
    implements PageOrBuilder
     A Dialogflow CX conversation (session) can be described and visualized as a
     state machine. The states of a CX session are represented by pages.
    
     For each flow, you define many pages, where your combined pages can handle a
     complete conversation on the topics the flow is designed for. At any given
     moment, exactly one page is the current page, the current page is considered
     active, and the flow associated with that page is considered active. Every
     flow has a special start page. When a flow initially becomes active, the
     start page page becomes the current page. For each conversational turn, the
     current page will either stay the same or transition to another page.
    
     You configure each page to collect information from the end-user that is
     relevant for the conversational state represented by the page.
    
     For more information, see the
     [Page guide](https://cloud.google.com/dialogflow/cx/docs/concept/page).
     
    Protobuf type google.cloud.dialogflow.cx.v3.Page
    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<Page.Builder>
      • clear

        public Page.Builder clear()
        Specified by:
        clear in interface com.google.protobuf.Message.Builder
        Specified by:
        clear in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clear in class com.google.protobuf.GeneratedMessageV3.Builder<Page.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<Page.Builder>
      • getDefaultInstanceForType

        public Page getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public Page build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public Page buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • clone

        public Page.Builder clone()
        Specified by:
        clone in interface com.google.protobuf.Message.Builder
        Specified by:
        clone in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clone in class com.google.protobuf.GeneratedMessageV3.Builder<Page.Builder>
      • setField

        public Page.Builder setField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                     Object value)
        Specified by:
        setField in interface com.google.protobuf.Message.Builder
        Overrides:
        setField in class com.google.protobuf.GeneratedMessageV3.Builder<Page.Builder>
      • clearField

        public Page.Builder clearField​(com.google.protobuf.Descriptors.FieldDescriptor field)
        Specified by:
        clearField in interface com.google.protobuf.Message.Builder
        Overrides:
        clearField in class com.google.protobuf.GeneratedMessageV3.Builder<Page.Builder>
      • clearOneof

        public Page.Builder clearOneof​(com.google.protobuf.Descriptors.OneofDescriptor oneof)
        Specified by:
        clearOneof in interface com.google.protobuf.Message.Builder
        Overrides:
        clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<Page.Builder>
      • setRepeatedField

        public Page.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                             int index,
                                             Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Page.Builder>
      • addRepeatedField

        public Page.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                             Object value)
        Specified by:
        addRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Page.Builder>
      • mergeFrom

        public Page.Builder mergeFrom​(com.google.protobuf.Message other)
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Page.Builder>
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<Page.Builder>
      • mergeFrom

        public Page.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                               throws IOException
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Page.Builder>
        Throws:
        IOException
      • getName

        public String getName()
         The unique identifier of the page.
         Required for the
         [Pages.UpdatePage][google.cloud.dialogflow.cx.v3.Pages.UpdatePage] method.
         [Pages.CreatePage][google.cloud.dialogflow.cx.v3.Pages.CreatePage]
         populates the name automatically.
         Format: `projects/<Project ID>/locations/<Location ID>/agents/<Agent
         ID>/flows/<Flow ID>/pages/<Page ID>`.
         
        string name = 1;
        Specified by:
        getName in interface PageOrBuilder
        Returns:
        The name.
      • getNameBytes

        public com.google.protobuf.ByteString getNameBytes()
         The unique identifier of the page.
         Required for the
         [Pages.UpdatePage][google.cloud.dialogflow.cx.v3.Pages.UpdatePage] method.
         [Pages.CreatePage][google.cloud.dialogflow.cx.v3.Pages.CreatePage]
         populates the name automatically.
         Format: `projects/<Project ID>/locations/<Location ID>/agents/<Agent
         ID>/flows/<Flow ID>/pages/<Page ID>`.
         
        string name = 1;
        Specified by:
        getNameBytes in interface PageOrBuilder
        Returns:
        The bytes for name.
      • setName

        public Page.Builder setName​(String value)
         The unique identifier of the page.
         Required for the
         [Pages.UpdatePage][google.cloud.dialogflow.cx.v3.Pages.UpdatePage] method.
         [Pages.CreatePage][google.cloud.dialogflow.cx.v3.Pages.CreatePage]
         populates the name automatically.
         Format: `projects/<Project ID>/locations/<Location ID>/agents/<Agent
         ID>/flows/<Flow ID>/pages/<Page ID>`.
         
        string name = 1;
        Parameters:
        value - The name to set.
        Returns:
        This builder for chaining.
      • clearName

        public Page.Builder clearName()
         The unique identifier of the page.
         Required for the
         [Pages.UpdatePage][google.cloud.dialogflow.cx.v3.Pages.UpdatePage] method.
         [Pages.CreatePage][google.cloud.dialogflow.cx.v3.Pages.CreatePage]
         populates the name automatically.
         Format: `projects/<Project ID>/locations/<Location ID>/agents/<Agent
         ID>/flows/<Flow ID>/pages/<Page ID>`.
         
        string name = 1;
        Returns:
        This builder for chaining.
      • setNameBytes

        public Page.Builder setNameBytes​(com.google.protobuf.ByteString value)
         The unique identifier of the page.
         Required for the
         [Pages.UpdatePage][google.cloud.dialogflow.cx.v3.Pages.UpdatePage] method.
         [Pages.CreatePage][google.cloud.dialogflow.cx.v3.Pages.CreatePage]
         populates the name automatically.
         Format: `projects/<Project ID>/locations/<Location ID>/agents/<Agent
         ID>/flows/<Flow ID>/pages/<Page ID>`.
         
        string name = 1;
        Parameters:
        value - The bytes for name to set.
        Returns:
        This builder for chaining.
      • getDisplayName

        public String getDisplayName()
         Required. The human-readable name of the page, unique within the flow.
         
        string display_name = 2 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getDisplayName in interface PageOrBuilder
        Returns:
        The displayName.
      • getDisplayNameBytes

        public com.google.protobuf.ByteString getDisplayNameBytes()
         Required. The human-readable name of the page, unique within the flow.
         
        string display_name = 2 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getDisplayNameBytes in interface PageOrBuilder
        Returns:
        The bytes for displayName.
      • setDisplayName

        public Page.Builder setDisplayName​(String value)
         Required. The human-readable name of the page, unique within the flow.
         
        string display_name = 2 [(.google.api.field_behavior) = REQUIRED];
        Parameters:
        value - The displayName to set.
        Returns:
        This builder for chaining.
      • clearDisplayName

        public Page.Builder clearDisplayName()
         Required. The human-readable name of the page, unique within the flow.
         
        string display_name = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        This builder for chaining.
      • setDisplayNameBytes

        public Page.Builder setDisplayNameBytes​(com.google.protobuf.ByteString value)
         Required. The human-readable name of the page, unique within the flow.
         
        string display_name = 2 [(.google.api.field_behavior) = REQUIRED];
        Parameters:
        value - The bytes for displayName to set.
        Returns:
        This builder for chaining.
      • hasEntryFulfillment

        public boolean hasEntryFulfillment()
         The fulfillment to call when the session is entering the page.
         
        .google.cloud.dialogflow.cx.v3.Fulfillment entry_fulfillment = 7;
        Specified by:
        hasEntryFulfillment in interface PageOrBuilder
        Returns:
        Whether the entryFulfillment field is set.
      • getEntryFulfillment

        public Fulfillment getEntryFulfillment()
         The fulfillment to call when the session is entering the page.
         
        .google.cloud.dialogflow.cx.v3.Fulfillment entry_fulfillment = 7;
        Specified by:
        getEntryFulfillment in interface PageOrBuilder
        Returns:
        The entryFulfillment.
      • setEntryFulfillment

        public Page.Builder setEntryFulfillment​(Fulfillment value)
         The fulfillment to call when the session is entering the page.
         
        .google.cloud.dialogflow.cx.v3.Fulfillment entry_fulfillment = 7;
      • setEntryFulfillment

        public Page.Builder setEntryFulfillment​(Fulfillment.Builder builderForValue)
         The fulfillment to call when the session is entering the page.
         
        .google.cloud.dialogflow.cx.v3.Fulfillment entry_fulfillment = 7;
      • mergeEntryFulfillment

        public Page.Builder mergeEntryFulfillment​(Fulfillment value)
         The fulfillment to call when the session is entering the page.
         
        .google.cloud.dialogflow.cx.v3.Fulfillment entry_fulfillment = 7;
      • clearEntryFulfillment

        public Page.Builder clearEntryFulfillment()
         The fulfillment to call when the session is entering the page.
         
        .google.cloud.dialogflow.cx.v3.Fulfillment entry_fulfillment = 7;
      • getEntryFulfillmentBuilder

        public Fulfillment.Builder getEntryFulfillmentBuilder()
         The fulfillment to call when the session is entering the page.
         
        .google.cloud.dialogflow.cx.v3.Fulfillment entry_fulfillment = 7;
      • hasForm

        public boolean hasForm()
         The form associated with the page, used for collecting parameters
         relevant to the page.
         
        .google.cloud.dialogflow.cx.v3.Form form = 4;
        Specified by:
        hasForm in interface PageOrBuilder
        Returns:
        Whether the form field is set.
      • getForm

        public Form getForm()
         The form associated with the page, used for collecting parameters
         relevant to the page.
         
        .google.cloud.dialogflow.cx.v3.Form form = 4;
        Specified by:
        getForm in interface PageOrBuilder
        Returns:
        The form.
      • setForm

        public Page.Builder setForm​(Form value)
         The form associated with the page, used for collecting parameters
         relevant to the page.
         
        .google.cloud.dialogflow.cx.v3.Form form = 4;
      • setForm

        public Page.Builder setForm​(Form.Builder builderForValue)
         The form associated with the page, used for collecting parameters
         relevant to the page.
         
        .google.cloud.dialogflow.cx.v3.Form form = 4;
      • mergeForm

        public Page.Builder mergeForm​(Form value)
         The form associated with the page, used for collecting parameters
         relevant to the page.
         
        .google.cloud.dialogflow.cx.v3.Form form = 4;
      • clearForm

        public Page.Builder clearForm()
         The form associated with the page, used for collecting parameters
         relevant to the page.
         
        .google.cloud.dialogflow.cx.v3.Form form = 4;
      • getFormBuilder

        public Form.Builder getFormBuilder()
         The form associated with the page, used for collecting parameters
         relevant to the page.
         
        .google.cloud.dialogflow.cx.v3.Form form = 4;
      • getFormOrBuilder

        public FormOrBuilder getFormOrBuilder()
         The form associated with the page, used for collecting parameters
         relevant to the page.
         
        .google.cloud.dialogflow.cx.v3.Form form = 4;
        Specified by:
        getFormOrBuilder in interface PageOrBuilder
      • getTransitionRouteGroupsList

        public com.google.protobuf.ProtocolStringList getTransitionRouteGroupsList()
         Ordered list of
         [`TransitionRouteGroups`][google.cloud.dialogflow.cx.v3.TransitionRouteGroup]
         added to the page. Transition route groups must be unique within a page. If
         the page links both flow-level transition route groups and agent-level
         transition route groups, the flow-level ones will have higher priority and
         will be put before the agent-level ones.
        
         *   If multiple transition routes within a page scope refer to the same
             intent, then the precedence order is: page's transition route -> page's
             transition route group -> flow's transition routes.
        
         *   If multiple transition route groups within a page contain the same
             intent, then the first group in the ordered list takes precedence.
        
         Format:`projects/<Project ID>/locations/<Location ID>/agents/<Agent
         ID>/flows/<Flow ID>/transitionRouteGroups/<TransitionRouteGroup ID>`
         or `projects/<Project ID>/locations/<Location ID>/agents/<Agent
         ID>/transitionRouteGroups/<TransitionRouteGroup ID>` for agent-level
         groups.
         
        repeated string transition_route_groups = 11 [(.google.api.resource_reference) = { ... }
        Specified by:
        getTransitionRouteGroupsList in interface PageOrBuilder
        Returns:
        A list containing the transitionRouteGroups.
      • getTransitionRouteGroupsCount

        public int getTransitionRouteGroupsCount()
         Ordered list of
         [`TransitionRouteGroups`][google.cloud.dialogflow.cx.v3.TransitionRouteGroup]
         added to the page. Transition route groups must be unique within a page. If
         the page links both flow-level transition route groups and agent-level
         transition route groups, the flow-level ones will have higher priority and
         will be put before the agent-level ones.
        
         *   If multiple transition routes within a page scope refer to the same
             intent, then the precedence order is: page's transition route -> page's
             transition route group -> flow's transition routes.
        
         *   If multiple transition route groups within a page contain the same
             intent, then the first group in the ordered list takes precedence.
        
         Format:`projects/<Project ID>/locations/<Location ID>/agents/<Agent
         ID>/flows/<Flow ID>/transitionRouteGroups/<TransitionRouteGroup ID>`
         or `projects/<Project ID>/locations/<Location ID>/agents/<Agent
         ID>/transitionRouteGroups/<TransitionRouteGroup ID>` for agent-level
         groups.
         
        repeated string transition_route_groups = 11 [(.google.api.resource_reference) = { ... }
        Specified by:
        getTransitionRouteGroupsCount in interface PageOrBuilder
        Returns:
        The count of transitionRouteGroups.
      • getTransitionRouteGroups

        public String getTransitionRouteGroups​(int index)
         Ordered list of
         [`TransitionRouteGroups`][google.cloud.dialogflow.cx.v3.TransitionRouteGroup]
         added to the page. Transition route groups must be unique within a page. If
         the page links both flow-level transition route groups and agent-level
         transition route groups, the flow-level ones will have higher priority and
         will be put before the agent-level ones.
        
         *   If multiple transition routes within a page scope refer to the same
             intent, then the precedence order is: page's transition route -> page's
             transition route group -> flow's transition routes.
        
         *   If multiple transition route groups within a page contain the same
             intent, then the first group in the ordered list takes precedence.
        
         Format:`projects/<Project ID>/locations/<Location ID>/agents/<Agent
         ID>/flows/<Flow ID>/transitionRouteGroups/<TransitionRouteGroup ID>`
         or `projects/<Project ID>/locations/<Location ID>/agents/<Agent
         ID>/transitionRouteGroups/<TransitionRouteGroup ID>` for agent-level
         groups.
         
        repeated string transition_route_groups = 11 [(.google.api.resource_reference) = { ... }
        Specified by:
        getTransitionRouteGroups in interface PageOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The transitionRouteGroups at the given index.
      • getTransitionRouteGroupsBytes

        public com.google.protobuf.ByteString getTransitionRouteGroupsBytes​(int index)
         Ordered list of
         [`TransitionRouteGroups`][google.cloud.dialogflow.cx.v3.TransitionRouteGroup]
         added to the page. Transition route groups must be unique within a page. If
         the page links both flow-level transition route groups and agent-level
         transition route groups, the flow-level ones will have higher priority and
         will be put before the agent-level ones.
        
         *   If multiple transition routes within a page scope refer to the same
             intent, then the precedence order is: page's transition route -> page's
             transition route group -> flow's transition routes.
        
         *   If multiple transition route groups within a page contain the same
             intent, then the first group in the ordered list takes precedence.
        
         Format:`projects/<Project ID>/locations/<Location ID>/agents/<Agent
         ID>/flows/<Flow ID>/transitionRouteGroups/<TransitionRouteGroup ID>`
         or `projects/<Project ID>/locations/<Location ID>/agents/<Agent
         ID>/transitionRouteGroups/<TransitionRouteGroup ID>` for agent-level
         groups.
         
        repeated string transition_route_groups = 11 [(.google.api.resource_reference) = { ... }
        Specified by:
        getTransitionRouteGroupsBytes in interface PageOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the transitionRouteGroups at the given index.
      • setTransitionRouteGroups

        public Page.Builder setTransitionRouteGroups​(int index,
                                                     String value)
         Ordered list of
         [`TransitionRouteGroups`][google.cloud.dialogflow.cx.v3.TransitionRouteGroup]
         added to the page. Transition route groups must be unique within a page. If
         the page links both flow-level transition route groups and agent-level
         transition route groups, the flow-level ones will have higher priority and
         will be put before the agent-level ones.
        
         *   If multiple transition routes within a page scope refer to the same
             intent, then the precedence order is: page's transition route -> page's
             transition route group -> flow's transition routes.
        
         *   If multiple transition route groups within a page contain the same
             intent, then the first group in the ordered list takes precedence.
        
         Format:`projects/<Project ID>/locations/<Location ID>/agents/<Agent
         ID>/flows/<Flow ID>/transitionRouteGroups/<TransitionRouteGroup ID>`
         or `projects/<Project ID>/locations/<Location ID>/agents/<Agent
         ID>/transitionRouteGroups/<TransitionRouteGroup ID>` for agent-level
         groups.
         
        repeated string transition_route_groups = 11 [(.google.api.resource_reference) = { ... }
        Parameters:
        index - The index to set the value at.
        value - The transitionRouteGroups to set.
        Returns:
        This builder for chaining.
      • addTransitionRouteGroups

        public Page.Builder addTransitionRouteGroups​(String value)
         Ordered list of
         [`TransitionRouteGroups`][google.cloud.dialogflow.cx.v3.TransitionRouteGroup]
         added to the page. Transition route groups must be unique within a page. If
         the page links both flow-level transition route groups and agent-level
         transition route groups, the flow-level ones will have higher priority and
         will be put before the agent-level ones.
        
         *   If multiple transition routes within a page scope refer to the same
             intent, then the precedence order is: page's transition route -> page's
             transition route group -> flow's transition routes.
        
         *   If multiple transition route groups within a page contain the same
             intent, then the first group in the ordered list takes precedence.
        
         Format:`projects/<Project ID>/locations/<Location ID>/agents/<Agent
         ID>/flows/<Flow ID>/transitionRouteGroups/<TransitionRouteGroup ID>`
         or `projects/<Project ID>/locations/<Location ID>/agents/<Agent
         ID>/transitionRouteGroups/<TransitionRouteGroup ID>` for agent-level
         groups.
         
        repeated string transition_route_groups = 11 [(.google.api.resource_reference) = { ... }
        Parameters:
        value - The transitionRouteGroups to add.
        Returns:
        This builder for chaining.
      • addAllTransitionRouteGroups

        public Page.Builder addAllTransitionRouteGroups​(Iterable<String> values)
         Ordered list of
         [`TransitionRouteGroups`][google.cloud.dialogflow.cx.v3.TransitionRouteGroup]
         added to the page. Transition route groups must be unique within a page. If
         the page links both flow-level transition route groups and agent-level
         transition route groups, the flow-level ones will have higher priority and
         will be put before the agent-level ones.
        
         *   If multiple transition routes within a page scope refer to the same
             intent, then the precedence order is: page's transition route -> page's
             transition route group -> flow's transition routes.
        
         *   If multiple transition route groups within a page contain the same
             intent, then the first group in the ordered list takes precedence.
        
         Format:`projects/<Project ID>/locations/<Location ID>/agents/<Agent
         ID>/flows/<Flow ID>/transitionRouteGroups/<TransitionRouteGroup ID>`
         or `projects/<Project ID>/locations/<Location ID>/agents/<Agent
         ID>/transitionRouteGroups/<TransitionRouteGroup ID>` for agent-level
         groups.
         
        repeated string transition_route_groups = 11 [(.google.api.resource_reference) = { ... }
        Parameters:
        values - The transitionRouteGroups to add.
        Returns:
        This builder for chaining.
      • clearTransitionRouteGroups

        public Page.Builder clearTransitionRouteGroups()
         Ordered list of
         [`TransitionRouteGroups`][google.cloud.dialogflow.cx.v3.TransitionRouteGroup]
         added to the page. Transition route groups must be unique within a page. If
         the page links both flow-level transition route groups and agent-level
         transition route groups, the flow-level ones will have higher priority and
         will be put before the agent-level ones.
        
         *   If multiple transition routes within a page scope refer to the same
             intent, then the precedence order is: page's transition route -> page's
             transition route group -> flow's transition routes.
        
         *   If multiple transition route groups within a page contain the same
             intent, then the first group in the ordered list takes precedence.
        
         Format:`projects/<Project ID>/locations/<Location ID>/agents/<Agent
         ID>/flows/<Flow ID>/transitionRouteGroups/<TransitionRouteGroup ID>`
         or `projects/<Project ID>/locations/<Location ID>/agents/<Agent
         ID>/transitionRouteGroups/<TransitionRouteGroup ID>` for agent-level
         groups.
         
        repeated string transition_route_groups = 11 [(.google.api.resource_reference) = { ... }
        Returns:
        This builder for chaining.
      • addTransitionRouteGroupsBytes

        public Page.Builder addTransitionRouteGroupsBytes​(com.google.protobuf.ByteString value)
         Ordered list of
         [`TransitionRouteGroups`][google.cloud.dialogflow.cx.v3.TransitionRouteGroup]
         added to the page. Transition route groups must be unique within a page. If
         the page links both flow-level transition route groups and agent-level
         transition route groups, the flow-level ones will have higher priority and
         will be put before the agent-level ones.
        
         *   If multiple transition routes within a page scope refer to the same
             intent, then the precedence order is: page's transition route -> page's
             transition route group -> flow's transition routes.
        
         *   If multiple transition route groups within a page contain the same
             intent, then the first group in the ordered list takes precedence.
        
         Format:`projects/<Project ID>/locations/<Location ID>/agents/<Agent
         ID>/flows/<Flow ID>/transitionRouteGroups/<TransitionRouteGroup ID>`
         or `projects/<Project ID>/locations/<Location ID>/agents/<Agent
         ID>/transitionRouteGroups/<TransitionRouteGroup ID>` for agent-level
         groups.
         
        repeated string transition_route_groups = 11 [(.google.api.resource_reference) = { ... }
        Parameters:
        value - The bytes of the transitionRouteGroups to add.
        Returns:
        This builder for chaining.
      • getTransitionRoutesList

        public List<TransitionRoute> getTransitionRoutesList()
         A list of transitions for the transition rules of this page.
         They route the conversation to another page in the same flow, or another
         flow.
        
         When we are in a certain page, the TransitionRoutes are evalauted in the
         following order:
        
         *   TransitionRoutes defined in the page with intent specified.
         *   TransitionRoutes defined in the
             [transition route
             groups][google.cloud.dialogflow.cx.v3.Page.transition_route_groups]
             with intent specified.
         *   TransitionRoutes defined in flow with intent specified.
         *   TransitionRoutes defined in the
             [transition route
             groups][google.cloud.dialogflow.cx.v3.Flow.transition_route_groups]
             with intent specified.
         *   TransitionRoutes defined in the page with only condition specified.
         *   TransitionRoutes defined in the
             [transition route
             groups][google.cloud.dialogflow.cx.v3.Page.transition_route_groups]
             with only condition specified.
         
        repeated .google.cloud.dialogflow.cx.v3.TransitionRoute transition_routes = 9;
        Specified by:
        getTransitionRoutesList in interface PageOrBuilder
      • getTransitionRoutesCount

        public int getTransitionRoutesCount()
         A list of transitions for the transition rules of this page.
         They route the conversation to another page in the same flow, or another
         flow.
        
         When we are in a certain page, the TransitionRoutes are evalauted in the
         following order:
        
         *   TransitionRoutes defined in the page with intent specified.
         *   TransitionRoutes defined in the
             [transition route
             groups][google.cloud.dialogflow.cx.v3.Page.transition_route_groups]
             with intent specified.
         *   TransitionRoutes defined in flow with intent specified.
         *   TransitionRoutes defined in the
             [transition route
             groups][google.cloud.dialogflow.cx.v3.Flow.transition_route_groups]
             with intent specified.
         *   TransitionRoutes defined in the page with only condition specified.
         *   TransitionRoutes defined in the
             [transition route
             groups][google.cloud.dialogflow.cx.v3.Page.transition_route_groups]
             with only condition specified.
         
        repeated .google.cloud.dialogflow.cx.v3.TransitionRoute transition_routes = 9;
        Specified by:
        getTransitionRoutesCount in interface PageOrBuilder
      • getTransitionRoutes

        public TransitionRoute getTransitionRoutes​(int index)
         A list of transitions for the transition rules of this page.
         They route the conversation to another page in the same flow, or another
         flow.
        
         When we are in a certain page, the TransitionRoutes are evalauted in the
         following order:
        
         *   TransitionRoutes defined in the page with intent specified.
         *   TransitionRoutes defined in the
             [transition route
             groups][google.cloud.dialogflow.cx.v3.Page.transition_route_groups]
             with intent specified.
         *   TransitionRoutes defined in flow with intent specified.
         *   TransitionRoutes defined in the
             [transition route
             groups][google.cloud.dialogflow.cx.v3.Flow.transition_route_groups]
             with intent specified.
         *   TransitionRoutes defined in the page with only condition specified.
         *   TransitionRoutes defined in the
             [transition route
             groups][google.cloud.dialogflow.cx.v3.Page.transition_route_groups]
             with only condition specified.
         
        repeated .google.cloud.dialogflow.cx.v3.TransitionRoute transition_routes = 9;
        Specified by:
        getTransitionRoutes in interface PageOrBuilder
      • setTransitionRoutes

        public Page.Builder setTransitionRoutes​(int index,
                                                TransitionRoute value)
         A list of transitions for the transition rules of this page.
         They route the conversation to another page in the same flow, or another
         flow.
        
         When we are in a certain page, the TransitionRoutes are evalauted in the
         following order:
        
         *   TransitionRoutes defined in the page with intent specified.
         *   TransitionRoutes defined in the
             [transition route
             groups][google.cloud.dialogflow.cx.v3.Page.transition_route_groups]
             with intent specified.
         *   TransitionRoutes defined in flow with intent specified.
         *   TransitionRoutes defined in the
             [transition route
             groups][google.cloud.dialogflow.cx.v3.Flow.transition_route_groups]
             with intent specified.
         *   TransitionRoutes defined in the page with only condition specified.
         *   TransitionRoutes defined in the
             [transition route
             groups][google.cloud.dialogflow.cx.v3.Page.transition_route_groups]
             with only condition specified.
         
        repeated .google.cloud.dialogflow.cx.v3.TransitionRoute transition_routes = 9;
      • setTransitionRoutes

        public Page.Builder setTransitionRoutes​(int index,
                                                TransitionRoute.Builder builderForValue)
         A list of transitions for the transition rules of this page.
         They route the conversation to another page in the same flow, or another
         flow.
        
         When we are in a certain page, the TransitionRoutes are evalauted in the
         following order:
        
         *   TransitionRoutes defined in the page with intent specified.
         *   TransitionRoutes defined in the
             [transition route
             groups][google.cloud.dialogflow.cx.v3.Page.transition_route_groups]
             with intent specified.
         *   TransitionRoutes defined in flow with intent specified.
         *   TransitionRoutes defined in the
             [transition route
             groups][google.cloud.dialogflow.cx.v3.Flow.transition_route_groups]
             with intent specified.
         *   TransitionRoutes defined in the page with only condition specified.
         *   TransitionRoutes defined in the
             [transition route
             groups][google.cloud.dialogflow.cx.v3.Page.transition_route_groups]
             with only condition specified.
         
        repeated .google.cloud.dialogflow.cx.v3.TransitionRoute transition_routes = 9;
      • addTransitionRoutes

        public Page.Builder addTransitionRoutes​(TransitionRoute value)
         A list of transitions for the transition rules of this page.
         They route the conversation to another page in the same flow, or another
         flow.
        
         When we are in a certain page, the TransitionRoutes are evalauted in the
         following order:
        
         *   TransitionRoutes defined in the page with intent specified.
         *   TransitionRoutes defined in the
             [transition route
             groups][google.cloud.dialogflow.cx.v3.Page.transition_route_groups]
             with intent specified.
         *   TransitionRoutes defined in flow with intent specified.
         *   TransitionRoutes defined in the
             [transition route
             groups][google.cloud.dialogflow.cx.v3.Flow.transition_route_groups]
             with intent specified.
         *   TransitionRoutes defined in the page with only condition specified.
         *   TransitionRoutes defined in the
             [transition route
             groups][google.cloud.dialogflow.cx.v3.Page.transition_route_groups]
             with only condition specified.
         
        repeated .google.cloud.dialogflow.cx.v3.TransitionRoute transition_routes = 9;
      • addTransitionRoutes

        public Page.Builder addTransitionRoutes​(int index,
                                                TransitionRoute value)
         A list of transitions for the transition rules of this page.
         They route the conversation to another page in the same flow, or another
         flow.
        
         When we are in a certain page, the TransitionRoutes are evalauted in the
         following order:
        
         *   TransitionRoutes defined in the page with intent specified.
         *   TransitionRoutes defined in the
             [transition route
             groups][google.cloud.dialogflow.cx.v3.Page.transition_route_groups]
             with intent specified.
         *   TransitionRoutes defined in flow with intent specified.
         *   TransitionRoutes defined in the
             [transition route
             groups][google.cloud.dialogflow.cx.v3.Flow.transition_route_groups]
             with intent specified.
         *   TransitionRoutes defined in the page with only condition specified.
         *   TransitionRoutes defined in the
             [transition route
             groups][google.cloud.dialogflow.cx.v3.Page.transition_route_groups]
             with only condition specified.
         
        repeated .google.cloud.dialogflow.cx.v3.TransitionRoute transition_routes = 9;
      • addTransitionRoutes

        public Page.Builder addTransitionRoutes​(TransitionRoute.Builder builderForValue)
         A list of transitions for the transition rules of this page.
         They route the conversation to another page in the same flow, or another
         flow.
        
         When we are in a certain page, the TransitionRoutes are evalauted in the
         following order:
        
         *   TransitionRoutes defined in the page with intent specified.
         *   TransitionRoutes defined in the
             [transition route
             groups][google.cloud.dialogflow.cx.v3.Page.transition_route_groups]
             with intent specified.
         *   TransitionRoutes defined in flow with intent specified.
         *   TransitionRoutes defined in the
             [transition route
             groups][google.cloud.dialogflow.cx.v3.Flow.transition_route_groups]
             with intent specified.
         *   TransitionRoutes defined in the page with only condition specified.
         *   TransitionRoutes defined in the
             [transition route
             groups][google.cloud.dialogflow.cx.v3.Page.transition_route_groups]
             with only condition specified.
         
        repeated .google.cloud.dialogflow.cx.v3.TransitionRoute transition_routes = 9;
      • addTransitionRoutes

        public Page.Builder addTransitionRoutes​(int index,
                                                TransitionRoute.Builder builderForValue)
         A list of transitions for the transition rules of this page.
         They route the conversation to another page in the same flow, or another
         flow.
        
         When we are in a certain page, the TransitionRoutes are evalauted in the
         following order:
        
         *   TransitionRoutes defined in the page with intent specified.
         *   TransitionRoutes defined in the
             [transition route
             groups][google.cloud.dialogflow.cx.v3.Page.transition_route_groups]
             with intent specified.
         *   TransitionRoutes defined in flow with intent specified.
         *   TransitionRoutes defined in the
             [transition route
             groups][google.cloud.dialogflow.cx.v3.Flow.transition_route_groups]
             with intent specified.
         *   TransitionRoutes defined in the page with only condition specified.
         *   TransitionRoutes defined in the
             [transition route
             groups][google.cloud.dialogflow.cx.v3.Page.transition_route_groups]
             with only condition specified.
         
        repeated .google.cloud.dialogflow.cx.v3.TransitionRoute transition_routes = 9;
      • addAllTransitionRoutes

        public Page.Builder addAllTransitionRoutes​(Iterable<? extends TransitionRoute> values)
         A list of transitions for the transition rules of this page.
         They route the conversation to another page in the same flow, or another
         flow.
        
         When we are in a certain page, the TransitionRoutes are evalauted in the
         following order:
        
         *   TransitionRoutes defined in the page with intent specified.
         *   TransitionRoutes defined in the
             [transition route
             groups][google.cloud.dialogflow.cx.v3.Page.transition_route_groups]
             with intent specified.
         *   TransitionRoutes defined in flow with intent specified.
         *   TransitionRoutes defined in the
             [transition route
             groups][google.cloud.dialogflow.cx.v3.Flow.transition_route_groups]
             with intent specified.
         *   TransitionRoutes defined in the page with only condition specified.
         *   TransitionRoutes defined in the
             [transition route
             groups][google.cloud.dialogflow.cx.v3.Page.transition_route_groups]
             with only condition specified.
         
        repeated .google.cloud.dialogflow.cx.v3.TransitionRoute transition_routes = 9;
      • clearTransitionRoutes

        public Page.Builder clearTransitionRoutes()
         A list of transitions for the transition rules of this page.
         They route the conversation to another page in the same flow, or another
         flow.
        
         When we are in a certain page, the TransitionRoutes are evalauted in the
         following order:
        
         *   TransitionRoutes defined in the page with intent specified.
         *   TransitionRoutes defined in the
             [transition route
             groups][google.cloud.dialogflow.cx.v3.Page.transition_route_groups]
             with intent specified.
         *   TransitionRoutes defined in flow with intent specified.
         *   TransitionRoutes defined in the
             [transition route
             groups][google.cloud.dialogflow.cx.v3.Flow.transition_route_groups]
             with intent specified.
         *   TransitionRoutes defined in the page with only condition specified.
         *   TransitionRoutes defined in the
             [transition route
             groups][google.cloud.dialogflow.cx.v3.Page.transition_route_groups]
             with only condition specified.
         
        repeated .google.cloud.dialogflow.cx.v3.TransitionRoute transition_routes = 9;
      • removeTransitionRoutes

        public Page.Builder removeTransitionRoutes​(int index)
         A list of transitions for the transition rules of this page.
         They route the conversation to another page in the same flow, or another
         flow.
        
         When we are in a certain page, the TransitionRoutes are evalauted in the
         following order:
        
         *   TransitionRoutes defined in the page with intent specified.
         *   TransitionRoutes defined in the
             [transition route
             groups][google.cloud.dialogflow.cx.v3.Page.transition_route_groups]
             with intent specified.
         *   TransitionRoutes defined in flow with intent specified.
         *   TransitionRoutes defined in the
             [transition route
             groups][google.cloud.dialogflow.cx.v3.Flow.transition_route_groups]
             with intent specified.
         *   TransitionRoutes defined in the page with only condition specified.
         *   TransitionRoutes defined in the
             [transition route
             groups][google.cloud.dialogflow.cx.v3.Page.transition_route_groups]
             with only condition specified.
         
        repeated .google.cloud.dialogflow.cx.v3.TransitionRoute transition_routes = 9;
      • getTransitionRoutesBuilder

        public TransitionRoute.Builder getTransitionRoutesBuilder​(int index)
         A list of transitions for the transition rules of this page.
         They route the conversation to another page in the same flow, or another
         flow.
        
         When we are in a certain page, the TransitionRoutes are evalauted in the
         following order:
        
         *   TransitionRoutes defined in the page with intent specified.
         *   TransitionRoutes defined in the
             [transition route
             groups][google.cloud.dialogflow.cx.v3.Page.transition_route_groups]
             with intent specified.
         *   TransitionRoutes defined in flow with intent specified.
         *   TransitionRoutes defined in the
             [transition route
             groups][google.cloud.dialogflow.cx.v3.Flow.transition_route_groups]
             with intent specified.
         *   TransitionRoutes defined in the page with only condition specified.
         *   TransitionRoutes defined in the
             [transition route
             groups][google.cloud.dialogflow.cx.v3.Page.transition_route_groups]
             with only condition specified.
         
        repeated .google.cloud.dialogflow.cx.v3.TransitionRoute transition_routes = 9;
      • getTransitionRoutesOrBuilder

        public TransitionRouteOrBuilder getTransitionRoutesOrBuilder​(int index)
         A list of transitions for the transition rules of this page.
         They route the conversation to another page in the same flow, or another
         flow.
        
         When we are in a certain page, the TransitionRoutes are evalauted in the
         following order:
        
         *   TransitionRoutes defined in the page with intent specified.
         *   TransitionRoutes defined in the
             [transition route
             groups][google.cloud.dialogflow.cx.v3.Page.transition_route_groups]
             with intent specified.
         *   TransitionRoutes defined in flow with intent specified.
         *   TransitionRoutes defined in the
             [transition route
             groups][google.cloud.dialogflow.cx.v3.Flow.transition_route_groups]
             with intent specified.
         *   TransitionRoutes defined in the page with only condition specified.
         *   TransitionRoutes defined in the
             [transition route
             groups][google.cloud.dialogflow.cx.v3.Page.transition_route_groups]
             with only condition specified.
         
        repeated .google.cloud.dialogflow.cx.v3.TransitionRoute transition_routes = 9;
        Specified by:
        getTransitionRoutesOrBuilder in interface PageOrBuilder
      • getTransitionRoutesOrBuilderList

        public List<? extends TransitionRouteOrBuilder> getTransitionRoutesOrBuilderList()
         A list of transitions for the transition rules of this page.
         They route the conversation to another page in the same flow, or another
         flow.
        
         When we are in a certain page, the TransitionRoutes are evalauted in the
         following order:
        
         *   TransitionRoutes defined in the page with intent specified.
         *   TransitionRoutes defined in the
             [transition route
             groups][google.cloud.dialogflow.cx.v3.Page.transition_route_groups]
             with intent specified.
         *   TransitionRoutes defined in flow with intent specified.
         *   TransitionRoutes defined in the
             [transition route
             groups][google.cloud.dialogflow.cx.v3.Flow.transition_route_groups]
             with intent specified.
         *   TransitionRoutes defined in the page with only condition specified.
         *   TransitionRoutes defined in the
             [transition route
             groups][google.cloud.dialogflow.cx.v3.Page.transition_route_groups]
             with only condition specified.
         
        repeated .google.cloud.dialogflow.cx.v3.TransitionRoute transition_routes = 9;
        Specified by:
        getTransitionRoutesOrBuilderList in interface PageOrBuilder
      • addTransitionRoutesBuilder

        public TransitionRoute.Builder addTransitionRoutesBuilder()
         A list of transitions for the transition rules of this page.
         They route the conversation to another page in the same flow, or another
         flow.
        
         When we are in a certain page, the TransitionRoutes are evalauted in the
         following order:
        
         *   TransitionRoutes defined in the page with intent specified.
         *   TransitionRoutes defined in the
             [transition route
             groups][google.cloud.dialogflow.cx.v3.Page.transition_route_groups]
             with intent specified.
         *   TransitionRoutes defined in flow with intent specified.
         *   TransitionRoutes defined in the
             [transition route
             groups][google.cloud.dialogflow.cx.v3.Flow.transition_route_groups]
             with intent specified.
         *   TransitionRoutes defined in the page with only condition specified.
         *   TransitionRoutes defined in the
             [transition route
             groups][google.cloud.dialogflow.cx.v3.Page.transition_route_groups]
             with only condition specified.
         
        repeated .google.cloud.dialogflow.cx.v3.TransitionRoute transition_routes = 9;
      • addTransitionRoutesBuilder

        public TransitionRoute.Builder addTransitionRoutesBuilder​(int index)
         A list of transitions for the transition rules of this page.
         They route the conversation to another page in the same flow, or another
         flow.
        
         When we are in a certain page, the TransitionRoutes are evalauted in the
         following order:
        
         *   TransitionRoutes defined in the page with intent specified.
         *   TransitionRoutes defined in the
             [transition route
             groups][google.cloud.dialogflow.cx.v3.Page.transition_route_groups]
             with intent specified.
         *   TransitionRoutes defined in flow with intent specified.
         *   TransitionRoutes defined in the
             [transition route
             groups][google.cloud.dialogflow.cx.v3.Flow.transition_route_groups]
             with intent specified.
         *   TransitionRoutes defined in the page with only condition specified.
         *   TransitionRoutes defined in the
             [transition route
             groups][google.cloud.dialogflow.cx.v3.Page.transition_route_groups]
             with only condition specified.
         
        repeated .google.cloud.dialogflow.cx.v3.TransitionRoute transition_routes = 9;
      • getTransitionRoutesBuilderList

        public List<TransitionRoute.Builder> getTransitionRoutesBuilderList()
         A list of transitions for the transition rules of this page.
         They route the conversation to another page in the same flow, or another
         flow.
        
         When we are in a certain page, the TransitionRoutes are evalauted in the
         following order:
        
         *   TransitionRoutes defined in the page with intent specified.
         *   TransitionRoutes defined in the
             [transition route
             groups][google.cloud.dialogflow.cx.v3.Page.transition_route_groups]
             with intent specified.
         *   TransitionRoutes defined in flow with intent specified.
         *   TransitionRoutes defined in the
             [transition route
             groups][google.cloud.dialogflow.cx.v3.Flow.transition_route_groups]
             with intent specified.
         *   TransitionRoutes defined in the page with only condition specified.
         *   TransitionRoutes defined in the
             [transition route
             groups][google.cloud.dialogflow.cx.v3.Page.transition_route_groups]
             with only condition specified.
         
        repeated .google.cloud.dialogflow.cx.v3.TransitionRoute transition_routes = 9;
      • getEventHandlersList

        public List<EventHandler> getEventHandlersList()
         Handlers associated with the page to handle events such as webhook errors,
         no match or no input.
         
        repeated .google.cloud.dialogflow.cx.v3.EventHandler event_handlers = 10;
        Specified by:
        getEventHandlersList in interface PageOrBuilder
      • getEventHandlersCount

        public int getEventHandlersCount()
         Handlers associated with the page to handle events such as webhook errors,
         no match or no input.
         
        repeated .google.cloud.dialogflow.cx.v3.EventHandler event_handlers = 10;
        Specified by:
        getEventHandlersCount in interface PageOrBuilder
      • getEventHandlers

        public EventHandler getEventHandlers​(int index)
         Handlers associated with the page to handle events such as webhook errors,
         no match or no input.
         
        repeated .google.cloud.dialogflow.cx.v3.EventHandler event_handlers = 10;
        Specified by:
        getEventHandlers in interface PageOrBuilder
      • setEventHandlers

        public Page.Builder setEventHandlers​(int index,
                                             EventHandler value)
         Handlers associated with the page to handle events such as webhook errors,
         no match or no input.
         
        repeated .google.cloud.dialogflow.cx.v3.EventHandler event_handlers = 10;
      • setEventHandlers

        public Page.Builder setEventHandlers​(int index,
                                             EventHandler.Builder builderForValue)
         Handlers associated with the page to handle events such as webhook errors,
         no match or no input.
         
        repeated .google.cloud.dialogflow.cx.v3.EventHandler event_handlers = 10;
      • addEventHandlers

        public Page.Builder addEventHandlers​(EventHandler value)
         Handlers associated with the page to handle events such as webhook errors,
         no match or no input.
         
        repeated .google.cloud.dialogflow.cx.v3.EventHandler event_handlers = 10;
      • addEventHandlers

        public Page.Builder addEventHandlers​(int index,
                                             EventHandler value)
         Handlers associated with the page to handle events such as webhook errors,
         no match or no input.
         
        repeated .google.cloud.dialogflow.cx.v3.EventHandler event_handlers = 10;
      • addEventHandlers

        public Page.Builder addEventHandlers​(EventHandler.Builder builderForValue)
         Handlers associated with the page to handle events such as webhook errors,
         no match or no input.
         
        repeated .google.cloud.dialogflow.cx.v3.EventHandler event_handlers = 10;
      • addEventHandlers

        public Page.Builder addEventHandlers​(int index,
                                             EventHandler.Builder builderForValue)
         Handlers associated with the page to handle events such as webhook errors,
         no match or no input.
         
        repeated .google.cloud.dialogflow.cx.v3.EventHandler event_handlers = 10;
      • addAllEventHandlers

        public Page.Builder addAllEventHandlers​(Iterable<? extends EventHandler> values)
         Handlers associated with the page to handle events such as webhook errors,
         no match or no input.
         
        repeated .google.cloud.dialogflow.cx.v3.EventHandler event_handlers = 10;
      • clearEventHandlers

        public Page.Builder clearEventHandlers()
         Handlers associated with the page to handle events such as webhook errors,
         no match or no input.
         
        repeated .google.cloud.dialogflow.cx.v3.EventHandler event_handlers = 10;
      • removeEventHandlers

        public Page.Builder removeEventHandlers​(int index)
         Handlers associated with the page to handle events such as webhook errors,
         no match or no input.
         
        repeated .google.cloud.dialogflow.cx.v3.EventHandler event_handlers = 10;
      • getEventHandlersBuilder

        public EventHandler.Builder getEventHandlersBuilder​(int index)
         Handlers associated with the page to handle events such as webhook errors,
         no match or no input.
         
        repeated .google.cloud.dialogflow.cx.v3.EventHandler event_handlers = 10;
      • getEventHandlersOrBuilder

        public EventHandlerOrBuilder getEventHandlersOrBuilder​(int index)
         Handlers associated with the page to handle events such as webhook errors,
         no match or no input.
         
        repeated .google.cloud.dialogflow.cx.v3.EventHandler event_handlers = 10;
        Specified by:
        getEventHandlersOrBuilder in interface PageOrBuilder
      • getEventHandlersOrBuilderList

        public List<? extends EventHandlerOrBuilder> getEventHandlersOrBuilderList()
         Handlers associated with the page to handle events such as webhook errors,
         no match or no input.
         
        repeated .google.cloud.dialogflow.cx.v3.EventHandler event_handlers = 10;
        Specified by:
        getEventHandlersOrBuilderList in interface PageOrBuilder
      • addEventHandlersBuilder

        public EventHandler.Builder addEventHandlersBuilder()
         Handlers associated with the page to handle events such as webhook errors,
         no match or no input.
         
        repeated .google.cloud.dialogflow.cx.v3.EventHandler event_handlers = 10;
      • addEventHandlersBuilder

        public EventHandler.Builder addEventHandlersBuilder​(int index)
         Handlers associated with the page to handle events such as webhook errors,
         no match or no input.
         
        repeated .google.cloud.dialogflow.cx.v3.EventHandler event_handlers = 10;
      • getEventHandlersBuilderList

        public List<EventHandler.Builder> getEventHandlersBuilderList()
         Handlers associated with the page to handle events such as webhook errors,
         no match or no input.
         
        repeated .google.cloud.dialogflow.cx.v3.EventHandler event_handlers = 10;
      • hasKnowledgeConnectorSettings

        public boolean hasKnowledgeConnectorSettings()
         Optional. Knowledge connector configuration.
         
        .google.cloud.dialogflow.cx.v3.KnowledgeConnectorSettings knowledge_connector_settings = 18 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        hasKnowledgeConnectorSettings in interface PageOrBuilder
        Returns:
        Whether the knowledgeConnectorSettings field is set.
      • getKnowledgeConnectorSettings

        public KnowledgeConnectorSettings getKnowledgeConnectorSettings()
         Optional. Knowledge connector configuration.
         
        .google.cloud.dialogflow.cx.v3.KnowledgeConnectorSettings knowledge_connector_settings = 18 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getKnowledgeConnectorSettings in interface PageOrBuilder
        Returns:
        The knowledgeConnectorSettings.
      • setKnowledgeConnectorSettings

        public Page.Builder setKnowledgeConnectorSettings​(KnowledgeConnectorSettings value)
         Optional. Knowledge connector configuration.
         
        .google.cloud.dialogflow.cx.v3.KnowledgeConnectorSettings knowledge_connector_settings = 18 [(.google.api.field_behavior) = OPTIONAL];
      • setKnowledgeConnectorSettings

        public Page.Builder setKnowledgeConnectorSettings​(KnowledgeConnectorSettings.Builder builderForValue)
         Optional. Knowledge connector configuration.
         
        .google.cloud.dialogflow.cx.v3.KnowledgeConnectorSettings knowledge_connector_settings = 18 [(.google.api.field_behavior) = OPTIONAL];
      • mergeKnowledgeConnectorSettings

        public Page.Builder mergeKnowledgeConnectorSettings​(KnowledgeConnectorSettings value)
         Optional. Knowledge connector configuration.
         
        .google.cloud.dialogflow.cx.v3.KnowledgeConnectorSettings knowledge_connector_settings = 18 [(.google.api.field_behavior) = OPTIONAL];
      • clearKnowledgeConnectorSettings

        public Page.Builder clearKnowledgeConnectorSettings()
         Optional. Knowledge connector configuration.
         
        .google.cloud.dialogflow.cx.v3.KnowledgeConnectorSettings knowledge_connector_settings = 18 [(.google.api.field_behavior) = OPTIONAL];
      • getKnowledgeConnectorSettingsBuilder

        public KnowledgeConnectorSettings.Builder getKnowledgeConnectorSettingsBuilder()
         Optional. Knowledge connector configuration.
         
        .google.cloud.dialogflow.cx.v3.KnowledgeConnectorSettings knowledge_connector_settings = 18 [(.google.api.field_behavior) = OPTIONAL];
      • setUnknownFields

        public final Page.Builder setUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        setUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Page.Builder>
      • mergeUnknownFields

        public final Page.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Page.Builder>