Interface Intent.Message.BrowseCarouselCard.BrowseCarouselCardItem.OpenUrlActionOrBuilder

    • Method Detail

      • getUrl

        String getUrl()
         Required. URL
         
        string url = 1;
        Returns:
        The url.
      • getUrlBytes

        com.google.protobuf.ByteString getUrlBytes()
         Required. URL
         
        string url = 1;
        Returns:
        The bytes for url.
      • getUrlTypeHintValue

        int getUrlTypeHintValue()
         Optional. Specifies the type of viewer that is used when opening
         the URL. Defaults to opening via web browser.
         
        .google.cloud.dialogflow.v2beta1.Intent.Message.BrowseCarouselCard.BrowseCarouselCardItem.OpenUrlAction.UrlTypeHint url_type_hint = 3;
        Returns:
        The enum numeric value on the wire for urlTypeHint.