Class IntentFollowupIntentInfoArgs.Builder

    • Method Detail

      • followupIntentName

        public IntentFollowupIntentInfoArgs.Builder followupIntentName​(@Nullable
                                                                       com.pulumi.core.Output<java.lang.String> followupIntentName)
        Parameters:
        followupIntentName - The unique identifier of the followup intent. Format: projects/<Project ID>/agent/intents/<Intent ID>.
        Returns:
        builder
      • followupIntentName

        public IntentFollowupIntentInfoArgs.Builder followupIntentName​(java.lang.String followupIntentName)
        Parameters:
        followupIntentName - The unique identifier of the followup intent. Format: projects/<Project ID>/agent/intents/<Intent ID>.
        Returns:
        builder
      • parentFollowupIntentName

        public IntentFollowupIntentInfoArgs.Builder parentFollowupIntentName​(@Nullable
                                                                             com.pulumi.core.Output<java.lang.String> parentFollowupIntentName)
        Parameters:
        parentFollowupIntentName - The unique identifier of the parent intent in the chain of followup intents. Format: projects/<Project ID>/agent/intents/<Intent ID>.
        Returns:
        builder
      • parentFollowupIntentName

        public IntentFollowupIntentInfoArgs.Builder parentFollowupIntentName​(java.lang.String parentFollowupIntentName)
        Parameters:
        parentFollowupIntentName - The unique identifier of the parent intent in the chain of followup intents. Format: projects/<Project ID>/agent/intents/<Intent ID>.
        Returns:
        builder