Class FulfillIntentRequest.Builder

    • 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<FulfillIntentRequest.Builder>
      • clear

        public FulfillIntentRequest.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<FulfillIntentRequest.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<FulfillIntentRequest.Builder>
      • getDefaultInstanceForType

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

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

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

        public FulfillIntentRequest.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<FulfillIntentRequest.Builder>
      • setField

        public FulfillIntentRequest.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<FulfillIntentRequest.Builder>
      • clearField

        public FulfillIntentRequest.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<FulfillIntentRequest.Builder>
      • clearOneof

        public FulfillIntentRequest.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<FulfillIntentRequest.Builder>
      • setRepeatedField

        public FulfillIntentRequest.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<FulfillIntentRequest.Builder>
      • addRepeatedField

        public FulfillIntentRequest.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<FulfillIntentRequest.Builder>
      • isInitialized

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

        public FulfillIntentRequest.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<FulfillIntentRequest.Builder>
        Throws:
        IOException
      • hasMatchIntentRequest

        public boolean hasMatchIntentRequest()
         Must be same as the corresponding MatchIntent request, otherwise the
         behavior is undefined.
         
        .google.cloud.dialogflow.cx.v3.MatchIntentRequest match_intent_request = 1;
        Specified by:
        hasMatchIntentRequest in interface FulfillIntentRequestOrBuilder
        Returns:
        Whether the matchIntentRequest field is set.
      • getMatchIntentRequest

        public MatchIntentRequest getMatchIntentRequest()
         Must be same as the corresponding MatchIntent request, otherwise the
         behavior is undefined.
         
        .google.cloud.dialogflow.cx.v3.MatchIntentRequest match_intent_request = 1;
        Specified by:
        getMatchIntentRequest in interface FulfillIntentRequestOrBuilder
        Returns:
        The matchIntentRequest.
      • setMatchIntentRequest

        public FulfillIntentRequest.Builder setMatchIntentRequest​(MatchIntentRequest value)
         Must be same as the corresponding MatchIntent request, otherwise the
         behavior is undefined.
         
        .google.cloud.dialogflow.cx.v3.MatchIntentRequest match_intent_request = 1;
      • setMatchIntentRequest

        public FulfillIntentRequest.Builder setMatchIntentRequest​(MatchIntentRequest.Builder builderForValue)
         Must be same as the corresponding MatchIntent request, otherwise the
         behavior is undefined.
         
        .google.cloud.dialogflow.cx.v3.MatchIntentRequest match_intent_request = 1;
      • mergeMatchIntentRequest

        public FulfillIntentRequest.Builder mergeMatchIntentRequest​(MatchIntentRequest value)
         Must be same as the corresponding MatchIntent request, otherwise the
         behavior is undefined.
         
        .google.cloud.dialogflow.cx.v3.MatchIntentRequest match_intent_request = 1;
      • clearMatchIntentRequest

        public FulfillIntentRequest.Builder clearMatchIntentRequest()
         Must be same as the corresponding MatchIntent request, otherwise the
         behavior is undefined.
         
        .google.cloud.dialogflow.cx.v3.MatchIntentRequest match_intent_request = 1;
      • getMatchIntentRequestBuilder

        public MatchIntentRequest.Builder getMatchIntentRequestBuilder()
         Must be same as the corresponding MatchIntent request, otherwise the
         behavior is undefined.
         
        .google.cloud.dialogflow.cx.v3.MatchIntentRequest match_intent_request = 1;
      • hasMatch

        public boolean hasMatch()
         The matched intent/event to fulfill.
         
        .google.cloud.dialogflow.cx.v3.Match match = 2;
        Specified by:
        hasMatch in interface FulfillIntentRequestOrBuilder
        Returns:
        Whether the match field is set.
      • clearMatch

        public FulfillIntentRequest.Builder clearMatch()
         The matched intent/event to fulfill.
         
        .google.cloud.dialogflow.cx.v3.Match match = 2;
      • getMatchBuilder

        public Match.Builder getMatchBuilder()
         The matched intent/event to fulfill.
         
        .google.cloud.dialogflow.cx.v3.Match match = 2;
      • hasOutputAudioConfig

        public boolean hasOutputAudioConfig()
         Instructs the speech synthesizer how to generate output audio.
         
        .google.cloud.dialogflow.cx.v3.OutputAudioConfig output_audio_config = 3;
        Specified by:
        hasOutputAudioConfig in interface FulfillIntentRequestOrBuilder
        Returns:
        Whether the outputAudioConfig field is set.
      • setOutputAudioConfig

        public FulfillIntentRequest.Builder setOutputAudioConfig​(OutputAudioConfig value)
         Instructs the speech synthesizer how to generate output audio.
         
        .google.cloud.dialogflow.cx.v3.OutputAudioConfig output_audio_config = 3;
      • setOutputAudioConfig

        public FulfillIntentRequest.Builder setOutputAudioConfig​(OutputAudioConfig.Builder builderForValue)
         Instructs the speech synthesizer how to generate output audio.
         
        .google.cloud.dialogflow.cx.v3.OutputAudioConfig output_audio_config = 3;
      • mergeOutputAudioConfig

        public FulfillIntentRequest.Builder mergeOutputAudioConfig​(OutputAudioConfig value)
         Instructs the speech synthesizer how to generate output audio.
         
        .google.cloud.dialogflow.cx.v3.OutputAudioConfig output_audio_config = 3;
      • clearOutputAudioConfig

        public FulfillIntentRequest.Builder clearOutputAudioConfig()
         Instructs the speech synthesizer how to generate output audio.
         
        .google.cloud.dialogflow.cx.v3.OutputAudioConfig output_audio_config = 3;
      • getOutputAudioConfigBuilder

        public OutputAudioConfig.Builder getOutputAudioConfigBuilder()
         Instructs the speech synthesizer how to generate output audio.
         
        .google.cloud.dialogflow.cx.v3.OutputAudioConfig output_audio_config = 3;
      • setUnknownFields

        public final FulfillIntentRequest.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<FulfillIntentRequest.Builder>
      • mergeUnknownFields

        public final FulfillIntentRequest.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<FulfillIntentRequest.Builder>