Interface Intent.Message.BasicCard.ButtonOrBuilder

    • Method Detail

      • getTitle

        String getTitle()
         Required. The title of the button.
         
        string title = 1;
        Returns:
        The title.
      • getTitleBytes

        com.google.protobuf.ByteString getTitleBytes()
         Required. The title of the button.
         
        string title = 1;
        Returns:
        The bytes for title.
      • hasOpenUriAction

        boolean hasOpenUriAction()
         Required. Action to take when a user taps on the button.
         
        .google.cloud.dialogflow.v2.Intent.Message.BasicCard.Button.OpenUriAction open_uri_action = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        Whether the openUriAction field is set.
      • getOpenUriAction

        Intent.Message.BasicCard.Button.OpenUriAction getOpenUriAction()
         Required. Action to take when a user taps on the button.
         
        .google.cloud.dialogflow.v2.Intent.Message.BasicCard.Button.OpenUriAction open_uri_action = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The openUriAction.
      • getOpenUriActionOrBuilder

        Intent.Message.BasicCard.Button.OpenUriActionOrBuilder getOpenUriActionOrBuilder()
         Required. Action to take when a user taps on the button.
         
        .google.cloud.dialogflow.v2.Intent.Message.BasicCard.Button.OpenUriAction open_uri_action = 2 [(.google.api.field_behavior) = REQUIRED];