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.v2.Intent.Message.BrowseCarouselCard.BrowseCarouselCardItem.OpenUrlAction.UrlTypeHint url_type_hint = 3 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The enum numeric value on the wire for urlTypeHint.
      • getUrlTypeHint

        Intent.Message.BrowseCarouselCard.BrowseCarouselCardItem.OpenUrlAction.UrlTypeHint getUrlTypeHint()
         Optional. Specifies the type of viewer that is used when opening
         the URL. Defaults to opening via web browser.
         
        .google.cloud.dialogflow.v2.Intent.Message.BrowseCarouselCard.BrowseCarouselCardItem.OpenUrlAction.UrlTypeHint url_type_hint = 3 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The urlTypeHint.